Searched refs:HandleIncludeDirective (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 886 return HandleIncludeDirective(HashLoc, Result); in HandleSkippedDirectiveWhileUsingPCH() 1003 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective() 1678 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() function in Preprocessor 2318 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective() 2345 return HandleIncludeDirective(HashLoc, ImportTok); in HandleImportDirective() 2366 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 992 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective() 1679 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() function in Preprocessor 2062 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective() 2089 return HandleIncludeDirective(HashLoc, ImportTok, nullptr, nullptr, true); in HandleImportDirective() 2110 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1873 void HandleIncludeDirective(SourceLocation HashLoc,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 2268 void HandleIncludeDirective(SourceLocation HashLoc, Token &Tok,
|