Searched refs:CurLexerKind (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Lex/ |
| HD | PPLexerChange.cpp | 120 if (CurLexerKind != CLK_LexAfterModuleImport) in EnterSourceFileWithLexer() 121 CurLexerKind = CLK_Lexer; in EnterSourceFileWithLexer() 144 if (CurLexerKind != CLK_LexAfterModuleImport) in EnterSourceFileWithPTH() 145 CurLexerKind = CLK_PTHLexer; in EnterSourceFileWithPTH() 172 if (CurLexerKind != CLK_LexAfterModuleImport) in EnterMacro() 173 CurLexerKind = CLK_TokenLexer; in EnterMacro() 205 if (CurLexerKind != CLK_LexAfterModuleImport) in EnterTokenStream() 206 CurLexerKind = CLK_TokenLexer; in EnterTokenStream()
|
| HD | Preprocessor.cpp | 70 CurDirLookup(0), CurLexerKind(CLK_Lexer), Callbacks(0), in Preprocessor() 334 CurLexerKind = CLK_Lexer; in recomputeCurLexerKind() 336 CurLexerKind = CLK_PTHLexer; in recomputeCurLexerKind() 338 CurLexerKind = CLK_TokenLexer; in recomputeCurLexerKind() 340 CurLexerKind = CLK_CachingLexer; in recomputeCurLexerKind() 699 CurLexerKind != CLK_CachingLexer) { in HandleIdentifier() 703 CurLexerKind = CLK_LexAfterModuleImport; in HandleIdentifier() 712 switch (CurLexerKind) { in Lex() 758 CurLexerKind = CLK_LexAfterModuleImport; in LexAfterModuleImport() 766 CurLexerKind = CLK_LexAfterModuleImport; in LexAfterModuleImport()
|
| HD | PPCaching.cpp | 82 CurLexerKind = CLK_CachingLexer; in EnterCachingLexMode()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | Preprocessor.h | 271 enum CurLexerKind { enum 277 } CurLexerKind; variable 283 enum CurLexerKind CurLexerKind; member 290 IncludeStackInfo(enum CurLexerKind K, Lexer *L, PTHLexer* P, in IncludeStackInfo() 293 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL), in IncludeStackInfo() 1267 IncludeMacroStack.push_back(IncludeStackInfo(CurLexerKind, in PushIncludeMacroStack() 1282 CurLexerKind = IncludeMacroStack.back().CurLexerKind; in PopIncludeMacroStack()
|