Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp276 SmallVectorImpl<char> *SearchPath, in LookupFile() argument
290 if (SearchPath) { in LookupFile()
292 SearchPath->clear(); in LookupFile()
293 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
306 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
333 if (SearchPath) { in LookupFile()
335 SearchPath->clear(); in LookupFile()
336 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
401 SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
472 if (SearchPath) { in DoFrameworkLookup()
[all …]
H A DPPDirectives.cpp615 SmallVectorImpl<char> *SearchPath, in LookupFile() argument
672 Includers, SearchPath, RelativePath, SuggestedModule, in LookupFile()
688 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
704 SearchPath, RelativePath, in LookupFile()
720 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1547 SmallString<1024> SearchPath; in HandleIncludeDirective() local
1563 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective()
1593 isAngled, FilenameRange, File, SearchPath, in HandleIncludeDirective()
1608 Callbacks ? &SearchPath : nullptr, in HandleIncludeDirective()
1716 SearchPath, RelativePath, Imported); in HandleIncludeDirective()
[all …]
H A DPreprocessingRecord.cpp443 StringRef SearchPath, in InclusionDirective() argument
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/
H A DPPCallbacksTest.cpp63 StringRef SearchPath, in InclusionDirective() argument
72 this->SearchPath = SearchPath.str(); in InclusionDirective()
83 SmallString<16> SearchPath; member in __anon1843a3410111::InclusionDirectiveCallbacks
143 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local
144 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath); in AddFakeHeader()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DDirectoryLookup.h173 SmallVectorImpl<char> *SearchPath,
183 SmallVectorImpl<char> *SearchPath,
H A DPPCallbacks.h126 StringRef SearchPath, 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,
407 SmallVectorImpl<char> *SearchPath,
H A DPreprocessingRecord.h576 const FileEntry *File, StringRef SearchPath,
H A DPreprocessor.h1348 SmallVectorImpl<char> *SearchPath,
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DDependencyGraph.cpp52 StringRef SearchPath, StringRef RelativePath,
74 StringRef SearchPath, in InclusionDirective() argument
H A DDependencyFile.cpp71 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
173 StringRef SearchPath, StringRef RelativePath,
276 StringRef SearchPath, in InclusionDirective() argument
H A DPrintPreprocessedOutput.cpp133 StringRef SearchPath, StringRef RelativePath,
324 StringRef SearchPath, in InclusionDirective() 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