| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | HeaderSearch.cpp | 227 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 238 if (SearchPath != NULL) { in LookupFile() 240 SearchPath->clear(); in LookupFile() 241 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 269 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 276 if (SearchPath != NULL) { in LookupFile() 278 SearchPath->clear(); in LookupFile() 279 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 344 SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 415 if (SearchPath != NULL) { in DoFrameworkLookup() [all …]
|
| D | PPDirectives.cpp | 623 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 650 SearchPath, RelativePath, SuggestedModule, SkipCache); in LookupFile() 663 SearchPath, RelativePath, in LookupFile() 674 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1482 SmallString<1024> SearchPath; 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 | PreprocessingRecord.cpp | 439 StringRef SearchPath, in InclusionDirective() argument
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | DirectoryLookup.h | 165 SmallVectorImpl<char> *SearchPath, 173 SmallVectorImpl<char> *SearchPath,
|
| D | PPCallbacks.h | 126 StringRef SearchPath, in InclusionDirective() argument 358 StringRef SearchPath, in InclusionDirective() argument 362 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 365 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| D | HeaderSearch.h | 373 SmallVectorImpl<char> *SearchPath, 387 SmallVectorImpl<char> *SearchPath,
|
| D | PreprocessingRecord.h | 571 StringRef SearchPath,
|
| D | Preprocessor.h | 1232 SmallVectorImpl<char> *SearchPath,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | DependencyGraph.cpp | 55 StringRef SearchPath, 77 StringRef SearchPath, in InclusionDirective() argument
|
| D | DependencyFile.cpp | 65 StringRef SearchPath, 139 StringRef SearchPath, in InclusionDirective() argument
|
| D | PrintPreprocessedOutput.cpp | 136 StringRef SearchPath, 333 StringRef SearchPath, in InclusionDirective() argument
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | InclusionRewriter.cpp | 70 StringRef SearchPath,
|