/external/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/ |
D | RestrictSystemLibcHeadersCheck.cpp | 37 StringRef SearchPath, StringRef RelativePath, 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()
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 277 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 292 if (SearchPath) { in LookupFile() 294 SearchPath->clear(); in LookupFile() 295 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 308 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 336 if (SearchPath) { in LookupFile() 338 SearchPath->clear(); in LookupFile() 339 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 402 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 472 if (SearchPath) { in DoFrameworkLookup() [all …]
|
D | PPDirectives.cpp | 745 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 806 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 840 SearchPath, RelativePath, in LookupFile() 857 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1773 SmallString<1024> SearchPath; in HandleIncludeDirective() local 1789 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1821 Callbacks ? &SearchPath : nullptr, in HandleIncludeDirective() 1932 FilenameRange, File, SearchPath, RelativePath, in HandleIncludeDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | HeaderSearch.cpp | 378 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 391 if (SearchPath) { in LookupFile() 393 SearchPath->clear(); in LookupFile() 394 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 421 if (SearchPath) { in LookupFile() 423 SearchPath->clear(); in LookupFile() 424 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 514 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 587 if (SearchPath) { in DoFrameworkLookup() [all …]
|
D | PPDirectives.cpp | 724 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 784 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 801 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 819 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 834 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1730 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 1735 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 1772 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 1802 CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 1906 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local [all …]
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 59 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 67 this->SearchPath = SearchPath.str(); in InclusionDirective() 78 SmallString<16> SearchPath; member in __anon701ea7170111::InclusionDirectiveCallbacks 141 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local 142 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath); in AddFakeHeader()
|
/external/llvm-project/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 39 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 48 this->SearchPath = SearchPath.str(); in InclusionDirective() 60 SmallString<16> SearchPath; member in __anon51328c050111::InclusionDirectiveCallbacks 147 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local 148 auto DE = FileMgr.getOptionalDirectoryRef(SearchPath); in AddFakeHeader()
|
/external/llvm-project/clang-tools-extra/clang-tidy/portability/ |
D | RestrictSystemIncludesCheck.cpp | 26 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument 30 llvm::sys::path::append(FullPath, SearchPath); in InclusionDirective()
|
D | RestrictSystemIncludesCheck.h | 54 StringRef SearchPath, StringRef RelativePath,
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | DeprecatedHeadersCheck.cpp | 31 StringRef SearchPath, StringRef RelativePath, 95 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 179 SmallVectorImpl<char> *SearchPath, 190 SmallVectorImpl<char> *SearchPath,
|
D | PPCallbacks.h | 128 StringRef SearchPath, in InclusionDirective() argument 356 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 359 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 362 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
D | HeaderSearch.h | 382 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 394 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 181 SmallVectorImpl<char> *SearchPath, 189 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
D | PPCallbacks.h | 128 StringRef SearchPath, in InclusionDirective() argument 408 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 412 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 415 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
D | HeaderSearch.h | 405 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 418 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousIncludeCheck.cpp | 28 StringRef SearchPath, StringRef RelativePath, 76 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 74 StringRef SearchPath, in InclusionDirective() argument
|
D | DependencyFile.cpp | 65 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 191 StringRef SearchPath, StringRef RelativePath, 300 StringRef SearchPath, in InclusionDirective() argument
|
/external/llvm-project/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 51 StringRef SearchPath, StringRef RelativePath, 75 StringRef SearchPath, in InclusionDirective() argument
|
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
D | IncludeOrderCheck.cpp | 30 StringRef SearchPath, StringRef RelativePath, 81 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/external/llvm-project/clang/lib/CodeGen/ |
D | MacroPPCallbacks.h | 105 StringRef SearchPath, StringRef RelativePath,
|
D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
/external/llvm-project/clang-tools-extra/clang-tidy/altera/ |
D | KernelNameRestrictionCheck.cpp | 33 StringRef SearchPath, StringRef RelativePath,
|
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 120 StringRef SearchPath, StringRef RelativePath,
|