Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h281 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasInclude() function
452 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasInclude() function
455 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
456 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp202 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled,
334 void DFGImpl::HasInclude(SourceLocation Loc, StringRef SpelledFilename, in HasInclude() function in DFGImpl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1245 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType); in EvaluateHasIncludeCommon()