Searched refs:HandleIncludeDirective (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 853 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective() 1461 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() function in Preprocessor 1822 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective() 1849 return HandleIncludeDirective(HashLoc, ImportTok, nullptr, nullptr, true); in HandleImportDirective() 1870 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1565 void HandleIncludeDirective(SourceLocation HashLoc,
|