reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1363 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);
1680 if (LexHeaderName(FilenameTok))
tools/clang/lib/Lex/PPMacroExpansion.cpp1160 if (PP.LexHeaderName(Tok)) 1176 if (PP.LexHeaderName(Tok))tools/clang/lib/Lex/Pragma.cpp
491 if (LexHeaderName(FilenameTok, /*AllowConcatenation*/false)) 674 if (LexHeaderName(SourceFilenameTok)) 695 if (LexHeaderName(ReplaceFilenameTok))tools/clang/lib/Lex/Preprocessor.cpp
1128 if (LexHeaderName(Result))