Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPPCallbacks.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()
DPPMacroExpansion.cpp1236 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType); in EvaluateHasIncludeCommon()
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.h93 void HasInclude(SourceLocation Loc, StringRef, bool, Optional<FileEntryRef> ,
DExpandModularHeadersPPCallbacks.cpp225 void ExpandModularHeadersPPCallbacks::HasInclude(SourceLocation Loc, StringRef, in HasInclude() function in clang::tooling::ExpandModularHeadersPPCallbacks
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h309 virtual void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
492 void HasInclude(SourceLocation Loc, StringRef FileName, bool IsAngled,
/external/llvm-project/clang/lib/Frontend/
DDependencyFile.cpp80 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude() function
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp68 MATCHER_P(HasInclude, IncludeHeader, "") {
868 ElementsAre(AllOf(Named("Foo"), HasInclude("\"foo_header.h\""), in TEST()
2395 UnorderedElementsAre(AllOf(Named("Func"), HasInclude("\"foo.h\""), in TEST()