| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | HeaderSearch.cpp | 228 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 …]
|
| D | PPDirectives.cpp | 624 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()
|
| D | PPLexerChange.cpp | 445 SmallString<128> RelativePath; in HandleEndOfFile() local 446 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile() 448 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
|
| D | PreprocessingRecord.cpp | 440 StringRef RelativePath, in InclusionDirective() argument
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | DirectoryLookup.h | 166 SmallVectorImpl<char> *RelativePath, 174 SmallVectorImpl<char> *RelativePath,
|
| D | PPCallbacks.h | 127 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()
|
| D | HeaderSearch.h | 374 SmallVectorImpl<char> *RelativePath, 388 SmallVectorImpl<char> *RelativePath,
|
| D | PreprocessingRecord.h | 572 StringRef RelativePath,
|
| D | Preprocessor.h | 1233 SmallVectorImpl<char> *RelativePath,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/ |
| D | Tooling.cpp | 139 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/ |
| D | DependencyGraph.cpp | 56 StringRef RelativePath, 78 StringRef RelativePath, in InclusionDirective() argument
|
| D | DependencyFile.cpp | 66 StringRef RelativePath, 140 StringRef RelativePath, in InclusionDirective() argument
|
| D | PrintPreprocessedOutput.cpp | 137 StringRef RelativePath, 334 StringRef RelativePath, in InclusionDirective() argument
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | InclusionRewriter.cpp | 71 StringRef RelativePath,
|