Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DHeaderSearch.cpp228 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
243 if (RelativePath != NULL) { in LookupFile()
244 RelativePath->clear(); in LookupFile()
245 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
269 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
281 if (RelativePath != NULL) { in LookupFile()
282 RelativePath->clear(); in LookupFile()
283 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
345 SmallVectorImpl<char> *RelativePath, in DoFrameworkLookup() argument
405 if (RelativePath != NULL) { in DoFrameworkLookup()
[all …]
DPPDirectives.cpp624 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
650 SearchPath, RelativePath, SuggestedModule, SkipCache); in LookupFile()
663 SearchPath, RelativePath, in LookupFile()
674 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1483 SmallString<1024> RelativePath; in HandleIncludeDirective() local
1490 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL, in HandleIncludeDirective()
1517 SearchPath, RelativePath, in HandleIncludeDirective()
1530 Callbacks ? &SearchPath : 0, Callbacks ? &RelativePath : 0, in HandleIncludeDirective()
1634 SearchPath, RelativePath, Imported); in HandleIncludeDirective()
1667 SearchPath, RelativePath, in HandleIncludeDirective()
DPPLexerChange.cpp445 SmallString<128> RelativePath; in HandleEndOfFile() local
446 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
448 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
DPreprocessingRecord.cpp440 StringRef RelativePath, in InclusionDirective() argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DDirectoryLookup.h166 SmallVectorImpl<char> *RelativePath,
174 SmallVectorImpl<char> *RelativePath,
DPPCallbacks.h127 StringRef RelativePath, in InclusionDirective() argument
359 StringRef RelativePath, in InclusionDirective() argument
362 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
365 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
DHeaderSearch.h374 SmallVectorImpl<char> *RelativePath,
388 SmallVectorImpl<char> *RelativePath,
DPreprocessingRecord.h572 StringRef RelativePath,
DPreprocessor.h1233 SmallVectorImpl<char> *RelativePath,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
DTooling.cpp139 StringRef RelativePath(File); in getAbsolutePath() local
141 if (RelativePath.startswith("./")) { in getAbsolutePath()
142 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath()
145 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DDependencyGraph.cpp56 StringRef RelativePath,
78 StringRef RelativePath, in InclusionDirective() argument
DDependencyFile.cpp66 StringRef RelativePath,
140 StringRef RelativePath, in InclusionDirective() argument
DPrintPreprocessedOutput.cpp137 StringRef RelativePath,
334 StringRef RelativePath, in InclusionDirective() argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp71 StringRef RelativePath,