reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1363   bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);

References

tools/clang/lib/Lex/PPDirectives.cpp
 1680   if (LexHeaderName(FilenameTok))
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1160     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))