Searched refs:HasInclude (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 1261 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType); in EvaluateHasIncludeCommon()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 335 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled, 564 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 78 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude() function
|