Home
last modified time | relevance | path

Searched refs:SearchPath (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DHeaderSearch.cpp227 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 …]
DPPDirectives.cpp623 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()
DPreprocessingRecord.cpp439 StringRef SearchPath, in InclusionDirective() argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DDirectoryLookup.h165 SmallVectorImpl<char> *SearchPath,
173 SmallVectorImpl<char> *SearchPath,
DPPCallbacks.h126 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()
DHeaderSearch.h373 SmallVectorImpl<char> *SearchPath,
387 SmallVectorImpl<char> *SearchPath,
DPreprocessingRecord.h571 StringRef SearchPath,
DPreprocessor.h1232 SmallVectorImpl<char> *SearchPath,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DDependencyGraph.cpp55 StringRef SearchPath,
77 StringRef SearchPath, in InclusionDirective() argument
DDependencyFile.cpp65 StringRef SearchPath,
139 StringRef SearchPath, in InclusionDirective() argument
DPrintPreprocessedOutput.cpp136 StringRef SearchPath,
333 StringRef SearchPath, in InclusionDirective() argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp70 StringRef SearchPath,