Home
last modified time | relevance | path

Searched refs:HandleIncludeDirective (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp822 return HandleIncludeDirective(HashLoc, Result); in HandleSkippedDirectiveWhileUsingPCH()
937 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective()
1648 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() function in Preprocessor
2115 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
2142 return HandleIncludeDirective(HashLoc, ImportTok, nullptr, nullptr, true); in HandleImportDirective()
2163 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h2097 void HandleIncludeDirective(SourceLocation HashLoc,