/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/ |
H A D | RestrictSystemLibcHeadersCheck.cpp | 49 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | RestrictSystemIncludesCheck.cpp | 24 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousIncludeCheck.cpp | 55 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | StdLibTests.cpp | 89 std::vector<llvm::StringRef> SearchPath) { in TEST()
|
H A D | HeadersTests.cpp | 294 TEST_F(HeadersTest,SearchPath) TEST_F() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | DuplicateIncludeCheck.cpp | 80 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
H A D | DependencyFile.cpp | 179 StringRef SearchPath; in addDependency() local
|
H A D | PrintPreprocessedOutput.cpp | 487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
H A D | PrecompiledPreamble.cpp | 101 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 39 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 62 SmallString<16> SearchPath; member in __anon1476b0c10111::InclusionDirectiveCallbacks 164 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedHeadersCheck.cpp | 182 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
H A D | MacroToEnumCheck.cpp | 119 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A D | IncludeOrderCheck.cpp | 85 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | CoverageChecker.cpp | 92 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 617 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 889 LookupFile(StringRef Filename,SourceLocation IncludeLoc,bool isAngled,ConstSearchDirIterator FromDir,ConstSearchDirIterator * CurDirArg,ArrayRef<std::pair<OptionalFileEntryRef,DirectoryEntryRef>> Includers,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool BuildSystemModule,bool OpenFile,bool CacheFailures) LookupFile() argument 1211 LookupSubframeworkHeader(StringRef Filename,FileEntryRef ContextFileEnt,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule) LookupSubframeworkHeader() argument [all...] |
H A D | PreprocessingRecord.cpp | 475 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * SuggestedModule,bool ModuleImported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
H A D | PPDirectives.cpp | 955 LookupFile(SourceLocation FilenameLoc,StringRef Filename,bool isAngled,ConstSearchDirIterator FromDir,const FileEntry * FromFile,ConstSearchDirIterator * CurDirArg,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool OpenFile,bool CacheFailures) LookupFile() argument 2099 LookupHeaderIncludeOrImport(ConstSearchDirIterator * CurDir,StringRef & Filename,SourceLocation FilenameLoc,CharSourceRange FilenameRange,const Token & FilenameTok,bool & IsFrameworkFound,bool IsImportDecl,bool & IsMapped,ConstSearchDirIterator LookupFrom,const FileEntry * LookupFromFile,StringRef & LookupFilename,SmallVectorImpl<char> & RelativePath,SmallVectorImpl<char> & SearchPath,ModuleMap::KnownHeader & SuggestedModule,bool isAngled) LookupHeaderIncludeOrImport() argument 2273 SmallString<1024> SearchPath; HandleHeaderIncludeOrImport() local [all...] |
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 290 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local
|
/llvm-project/clang-tools-extra/clang-move/ |
H A D | Move.cpp | 134 OptionalFileEntryRef /*File*/, StringRef SearchPath, in InclusionDirective() 691 llvm::StringRef SearchPath, in addIncludes()
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ExpandModularHeadersPPCallbacks.cpp | 168 OptionalFileEntryRef IncludedFile, StringRef SearchPath, in InclusionDirective() argument
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 526 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 404 for (auto *SearchPath : Args.filtered(OPT_dsym_search_path)) getOptions() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | Record.cpp | 68 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|