Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPPCallbacks.cpp17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude() function in PPCallbacks
24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude() function in PPChainedCallbacks
27 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
HDPPMacroExpansion.cpp1276 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType); in EvaluateHasIncludeCommon()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPPCallbacks.h371 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
622 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDDependencyFile.cpp105 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude() function