| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 277 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 295 if (RelativePath) { in LookupFile() 296 RelativePath->clear(); in LookupFile() 297 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 306 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 338 if (RelativePath) { in LookupFile() 339 RelativePath->clear(); in LookupFile() 340 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 402 SmallVectorImpl<char> *RelativePath, in DoFrameworkLookup() argument 462 if (RelativePath) { in DoFrameworkLookup() [all …]
|
| H A D | PPLexerChange.cpp | 493 SmallString<128> RelativePath; in HandleEndOfFile() local 494 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile() 496 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
|
| H A D | PPDirectives.cpp | 616 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 672 Includers, SearchPath, RelativePath, SuggestedModule, in LookupFile() 689 RelativePath, SuggestedModule, SkipCache); in LookupFile() 704 SearchPath, RelativePath, in LookupFile() 720 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1548 SmallString<1024> RelativePath; in HandleIncludeDirective() local 1563 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1594 RelativePath, /*ImportedModule=*/nullptr); in HandleIncludeDirective() 1609 Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1716 SearchPath, RelativePath, Imported); in HandleIncludeDirective() [all …]
|
| H A D | PreprocessingRecord.cpp | 444 StringRef RelativePath, in InclusionDirective() argument
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 174 SmallVectorImpl<char> *RelativePath, 184 SmallVectorImpl<char> *RelativePath,
|
| H A D | PPCallbacks.h | 127 StringRef RelativePath, 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, 408 SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 577 StringRef RelativePath,
|
| H A D | Preprocessor.h | 1349 SmallVectorImpl<char> *RelativePath,
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Lex/ |
| H A D | PPCallbacksTest.cpp | 64 StringRef RelativePath, in InclusionDirective() argument 73 this->RelativePath = RelativePath.str(); in InclusionDirective() 84 SmallString<16> RelativePath; member in __anon1843a3410111::InclusionDirectiveCallbacks
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 75 StringRef RelativePath, in InclusionDirective() argument
|
| H A D | DependencyFile.cpp | 71 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 173 StringRef SearchPath, StringRef RelativePath, 277 StringRef RelativePath, in InclusionDirective() argument
|
| H A D | PrintPreprocessedOutput.cpp | 133 StringRef SearchPath, StringRef RelativePath, 325 StringRef RelativePath, in InclusionDirective() argument
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 149 StringRef RelativePath(File); in getAbsolutePath() local 151 if (RelativePath.startswith("./")) { in getAbsolutePath() 152 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath() 155 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
| H A D | LockFileManagerTest.cpp | 90 TEST(LockFileManagerTest, RelativePath) { in TEST() 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
|