Home
last modified time | relevance | path

Searched refs:SearchPath (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvmlibc/
H A DRestrictSystemLibcHeadersCheck.cpp37 Optional<FileEntryRef> File, StringRef SearchPath,
50 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
53 if (SrcMgr::isSystem(FileType) && SearchPath == CompilerIncudeDir) in InclusionDirective()
56 HashLoc, IncludeTok, FileName, IsAngled, FilenameRange, File, SearchPath, in InclusionDirective()
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp444 if (SearchPath) { in LookupFile()
474 if (SearchPath) { in LookupFile()
641 if (SearchPath) { in DoFrameworkLookup()
642 SearchPath->clear(); in DoFrameworkLookup()
656 if (SearchPath) in DoFrameworkLookup()
657 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
864 if (SearchPath) in LookupFile()
931 if (SearchPath) { in LookupFile()
1208 if (SearchPath) { in LookupSubframeworkHeader()
1209 SearchPath->clear(); in LookupSubframeworkHeader()
[all …]
H A DPPDirectives.cpp949 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile() argument
1012 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
1029 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile()
1047 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile()
1062 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
2007 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument
2012 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2027 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
2057 CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport()
2161 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local
[all …]
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyFile.cpp68 Optional<FileEntryRef> File, StringRef SearchPath, in InclusionDirective()
144 StringRef SearchPath; in addDependency() local
150 SearchPath = TmpPath.str(); in addDependency()
152 SearchPath = Filename; in addDependency()
155 if (Seen.insert(SearchPath).second) { in addDependency()
H A DDependencyGraph.cpp51 Optional<FileEntryRef> File, StringRef SearchPath,
75 StringRef SearchPath, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp51 Optional<FileEntryRef> File, StringRef SearchPath, in InclusionDirective()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.cpp26 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
30 llvm::sys::path::append(FullPath, SearchPath); in InclusionDirective()
H A DRestrictSystemIncludesCheck.h54 Optional<FileEntryRef> File, StringRef SearchPath,
/llvm-project-15.0.7/clang/unittests/Lex/
H A DPPCallbacksTest.cpp39 Optional<FileEntryRef> File, StringRef SearchPath, in InclusionDirective() argument
48 this->SearchPath = SearchPath.str(); in InclusionDirective()
60 SmallString<16> SearchPath; member in __anonec3cc9fe0111::InclusionDirectiveCallbacks
161 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local
162 auto DE = FileMgr.getOptionalDirectoryRef(SearchPath); in AddFakeHeader()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousIncludeCheck.cpp28 Optional<FileEntryRef> File, StringRef SearchPath,
76 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDirectoryLookup.h185 SmallVectorImpl<char> *SearchPath,
193 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
H A DPPCallbacks.h133 StringRef SearchPath, in InclusionDirective() argument
461 Optional<FileEntryRef> File, StringRef SearchPath, in InclusionDirective() argument
465 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
468 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DHeaderSearch.h474 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
487 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp51 Optional<FileEntryRef> File, StringRef SearchPath,
81 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DStdLibTests.cpp89 std::vector<llvm::StringRef> SearchPath) { in TEST() argument
94 for (auto P : SearchPath) in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.cpp36 Optional<FileEntryRef> File, StringRef SearchPath,
183 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp31 Optional<FileEntryRef> File, StringRef SearchPath,
86 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMacroPPCallbacks.h104 Optional<FileEntryRef> File, StringRef SearchPath,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DKernelNameRestrictionCheck.cpp33 Optional<FileEntryRef> File, StringRef SearchPath,
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp572 using SearchPath = llvm::PointerIntPair<DirInfo *, 1>; typedef in clang::clangd::DirectoryBasedGlobalCompilationDatabase::BroadcastThread::Filter
627 bool shouldInclude(SearchPath P) { in shouldInclude()
651 return shouldInclude(SearchPath(Info->Parent, 1)); in shouldInclude()
672 std::vector<SearchPath> SearchPaths(AllFiles.size()); in filter()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h73 StringRef SearchPath, StringRef RelativePath,
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h161 Optional<FileEntryRef> File, StringRef SearchPath,
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.h139 llvm::StringRef SearchPath, llvm::StringRef FileName,
H A DMove.cpp134 Optional<FileEntryRef> /*File*/, StringRef SearchPath, in InclusionDirective() argument
139 MoveTool->addIncludes(FileName, IsAngled, SearchPath, in InclusionDirective()
690 llvm::StringRef SearchPath, in addIncludes() argument
695 llvm::sys::path::append(HeaderWithSearchPath, SearchPath, IncludeHeader); in addIncludes()

12