| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvmlibc/ |
| H A D | RestrictSystemLibcHeadersCheck.cpp | 37 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 D | HeaderSearch.cpp | 444 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 D | PPDirectives.cpp | 949 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 D | DependencyFile.cpp | 68 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 D | DependencyGraph.cpp | 51 Optional<FileEntryRef> File, StringRef SearchPath, 75 StringRef SearchPath, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 51 Optional<FileEntryRef> File, StringRef SearchPath, in InclusionDirective()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/portability/ |
| H A D | RestrictSystemIncludesCheck.cpp | 26 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument 30 llvm::sys::path::append(FullPath, SearchPath); in InclusionDirective()
|
| H A D | RestrictSystemIncludesCheck.h | 54 Optional<FileEntryRef> File, StringRef SearchPath,
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | PPCallbacksTest.cpp | 39 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 D | SuspiciousIncludeCheck.cpp | 28 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 D | DirectoryLookup.h | 185 SmallVectorImpl<char> *SearchPath, 193 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| H A D | PPCallbacks.h | 133 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 D | HeaderSearch.h | 474 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 D | DuplicateIncludeCheck.cpp | 51 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 D | StdLibTests.cpp | 89 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 D | DeprecatedHeadersCheck.cpp | 36 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 D | IncludeOrderCheck.cpp | 31 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 D | MacroPPCallbacks.h | 104 Optional<FileEntryRef> File, StringRef SearchPath,
|
| H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | KernelNameRestrictionCheck.cpp | 33 Optional<FileEntryRef> File, StringRef SearchPath,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | GlobalCompilationDatabase.cpp | 572 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 D | ExpandModularHeadersPPCallbacks.h | 73 StringRef SearchPath, StringRef RelativePath,
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 161 Optional<FileEntryRef> File, StringRef SearchPath,
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.h | 139 llvm::StringRef SearchPath, llvm::StringRef FileName,
|
| H A D | Move.cpp | 134 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()
|