Searched refs:PreprocessorLexer (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | PreprocessorLexer.h | 27 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()
|
| D | Preprocessor.h | 259 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()
|
| D | PTHLexer.h | 24 class PTHLexer : public PreprocessorLexer {
|
| D | Lexer.h | 46 class Lexer : public PreprocessorLexer {
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | PreprocessorLexer.cpp | 20 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()
|
| D | PPLexerChange.cpp | 51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const { in getCurrentFileLexer() 534 PreprocessorLexer *FoundLexer = 0; in HandleMicrosoftCommentPaste()
|
| D | PTHLexer.cpp | 40 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(0), in PTHLexer()
|
| D | Pragma.cpp | 426 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in HandlePragmaSystemHeader()
|
| D | PPMacroExpansion.cpp | 1346 PreprocessorLexer *TheLexer = getCurrentFileLexer(); in ExpandBuiltinMacro()
|
| D | Lexer.cpp | 123 : PreprocessorLexer(&PP, FID), in Lexer()
|
| /freebsd-9-stable/lib/clang/libclanglex/ |
| D | Makefile | 26 PreprocessorLexer.cpp \
|