Searched refs:HandleIncludeDirective (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 1114 return HandleIncludeDirective(HashLoc, Result); in HandleSkippedDirectiveWhileUsingPCH() 1234 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective() 1951 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() function in Preprocessor 2585 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective() 2612 return HandleIncludeDirective(HashLoc, ImportTok); in HandleImportDirective() 2633 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2508 void HandleIncludeDirective(SourceLocation HashLoc, Token &Tok,
|