Searched refs:HasInclude (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPCallbacks.cpp | 17 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()
|
| H A D | PPMacroExpansion.cpp | 1246 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType); in EvaluateHasIncludeCommon()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.h | 94 void HasInclude(SourceLocation Loc, StringRef, bool, Optional<FileEntryRef> ,
|
| H A D | ExpandModularHeadersPPCallbacks.cpp | 226 void ExpandModularHeadersPPCallbacks::HasInclude(SourceLocation Loc, StringRef, in HasInclude() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 329 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, 550 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 78 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude() function
|