| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 276 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 290 if (SearchPath) { in LookupFile() 292 SearchPath->clear(); in LookupFile() 293 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 306 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 333 if (SearchPath) { in LookupFile() 335 SearchPath->clear(); in LookupFile() 336 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 401 SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 472 if (SearchPath) { in DoFrameworkLookup() [all …]
|
| H A D | PPDirectives.cpp | 615 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 672 Includers, SearchPath, RelativePath, SuggestedModule, in LookupFile() 688 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 704 SearchPath, RelativePath, in LookupFile() 720 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1547 SmallString<1024> SearchPath; in HandleIncludeDirective() local 1563 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1593 isAngled, FilenameRange, File, SearchPath, in HandleIncludeDirective() 1608 Callbacks ? &SearchPath : nullptr, in HandleIncludeDirective() 1716 SearchPath, RelativePath, Imported); in HandleIncludeDirective() [all …]
|
| H A D | PreprocessingRecord.cpp | 443 StringRef SearchPath, in InclusionDirective() argument
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Lex/ |
| H A D | PPCallbacksTest.cpp | 63 StringRef SearchPath, in InclusionDirective() argument 72 this->SearchPath = SearchPath.str(); in InclusionDirective() 83 SmallString<16> SearchPath; member in __anon1843a3410111::InclusionDirectiveCallbacks 143 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local 144 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath); in AddFakeHeader()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 173 SmallVectorImpl<char> *SearchPath, 183 SmallVectorImpl<char> *SearchPath,
|
| H A D | PPCallbacks.h | 126 StringRef SearchPath, in InclusionDirective() argument 355 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 358 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 361 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | HeaderSearch.h | 395 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 407 SmallVectorImpl<char> *SearchPath,
|
| H A D | PreprocessingRecord.h | 576 const FileEntry *File, StringRef SearchPath,
|
| H A D | Preprocessor.h | 1348 SmallVectorImpl<char> *SearchPath,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 74 StringRef SearchPath, in InclusionDirective() argument
|
| H A D | DependencyFile.cpp | 71 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 173 StringRef SearchPath, StringRef RelativePath, 276 StringRef SearchPath, in InclusionDirective() argument
|
| H A D | PrintPreprocessedOutput.cpp | 133 StringRef SearchPath, StringRef RelativePath, 324 StringRef SearchPath, in InclusionDirective() argument
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 68 StringRef SearchPath, StringRef RelativePath,
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 273 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|