Searched refs:HandleIncludeDirective (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 910 return HandleIncludeDirective(HashLoc, Result); in HandleSkippedDirectiveWhileUsingPCH() 1027 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective() 1702 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() function in Preprocessor 2342 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective() 2369 return HandleIncludeDirective(HashLoc, ImportTok); in HandleImportDirective() 2390 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2273 void HandleIncludeDirective(SourceLocation HashLoc, Token &Tok,
|