Home
last modified time | relevance | path

Searched refs:PreprocessorLexer (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessorLexer.h27 class PreprocessorLexer {
72 PreprocessorLexer(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
73 void operator=(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
76 PreprocessorLexer(Preprocessor *pp, FileID fid);
78 PreprocessorLexer() in PreprocessorLexer() function
84 virtual ~PreprocessorLexer() {} in ~PreprocessorLexer()
DPreprocessor.h259 PreprocessorLexer *CurPPLexer;
286 PreprocessorLexer *ThePPLexer;
291 PreprocessorLexer* PPL, in IncludeStackInfo()
505 bool isCurrentLexer(const PreprocessorLexer *L) const { in isCurrentLexer()
512 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer()
517 PreprocessorLexer *getCurrentFileLexer() const;
1397 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer()
DPTHLexer.h24 class PTHLexer : public PreprocessorLexer {
DLexer.h46 class Lexer : public PreprocessorLexer {
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessorLexer.cpp20 void PreprocessorLexer::anchor() { } in anchor()
22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer() function in PreprocessorLexer
32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) { in LexIncludeFilename()
56 const FileEntry *PreprocessorLexer::getFileEntry() const { in getFileEntry()
DPPLexerChange.cpp51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer()
534 PreprocessorLexer *FoundLexer = 0; in HandleMicrosoftCommentPaste()
DPTHLexer.cpp40 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(0), in PTHLexer()
DPragma.cpp426 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
DPPMacroExpansion.cpp1346 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
DLexer.cpp123 : PreprocessorLexer(&PP, FID), in Lexer()
/freebsd-9-stable/lib/clang/libclanglex/
DMakefile26 PreprocessorLexer.cpp \