Home
last modified time | relevance | path

Searched refs:HasInclude (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp16 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude() function in PPCallbacks
23 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude() function in PPChainedCallbacks
26 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
27 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
H A DPPMacroExpansion.cpp1221 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType); in EvaluateHasIncludeCommon()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h372 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
623 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp105 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude() function