Home
last modified time | relevance | path

Searched refs:RelativePath (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp277 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 DPPLexerChange.cpp493 SmallString<128> RelativePath; in HandleEndOfFile() local
494 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
496 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
H A DPPDirectives.cpp616 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 DPreprocessingRecord.cpp444 StringRef RelativePath, in InclusionDirective() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DDirectoryLookup.h174 SmallVectorImpl<char> *RelativePath,
184 SmallVectorImpl<char> *RelativePath,
H A DPPCallbacks.h127 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 DHeaderSearch.h395 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
408 SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h577 StringRef RelativePath,
H A DPreprocessor.h1349 SmallVectorImpl<char> *RelativePath,
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/
H A DPPCallbacksTest.cpp64 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 DDependencyGraph.cpp52 StringRef SearchPath, StringRef RelativePath,
75 StringRef RelativePath, in InclusionDirective() argument
H A DDependencyFile.cpp71 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
173 StringRef SearchPath, StringRef RelativePath,
277 StringRef RelativePath, in InclusionDirective() argument
H A DPrintPreprocessedOutput.cpp133 StringRef SearchPath, StringRef RelativePath,
325 StringRef RelativePath, in InclusionDirective() argument
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp149 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 DLockFileManagerTest.cpp90 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp68 StringRef SearchPath, StringRef RelativePath,
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp273 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument