Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
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 …]
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 …]
DPreprocessingRecord.cpp441 StringRef SearchPath, in InclusionDirective() argument
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp60 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
68 this->SearchPath = SearchPath.str(); in InclusionDirective()
79 SmallString<16> SearchPath; member in __anon5d7da8300111::InclusionDirectiveCallbacks
140 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local
141 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath); in AddFakeHeader()
/external/clang/include/clang/Lex/
DDirectoryLookup.h173 SmallVectorImpl<char> *SearchPath,
183 SmallVectorImpl<char> *SearchPath,
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()
DHeaderSearch.h395 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
407 SmallVectorImpl<char> *SearchPath,
DPreprocessingRecord.h497 const FileEntry *File, StringRef SearchPath,
DPreprocessor.h1348 SmallVectorImpl<char> *SearchPath,
/external/clang/lib/Frontend/
DDependencyGraph.cpp52 StringRef SearchPath, StringRef RelativePath,
74 StringRef SearchPath, in InclusionDirective() argument
DDependencyFile.cpp71 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
173 StringRef SearchPath, StringRef RelativePath,
276 StringRef SearchPath, in InclusionDirective() argument
DPrintPreprocessedOutput.cpp130 StringRef SearchPath, StringRef RelativePath,
321 StringRef SearchPath, in InclusionDirective() argument
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h61 …BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two…
724 BOOL IMAGEAPI SymGetSearchPath(HANDLE hProcess,PSTR SearchPath,DWORD SearchPathLength);
725 BOOL IMAGEAPI SymSetSearchPath(HANDLE hProcess,PSTR SearchPath);
869 …DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVO…
870 …DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInSearchPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileNa…
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp69 StringRef SearchPath, StringRef RelativePath,
/external/lzma/CPP/Windows/
DFileDir.cpp671 DWORD value = ::SearchPath(path, fileName, extension, in MySearchPath()
/external/clang/tools/libclang/
DIndexing.cpp273 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
/external/v8/src/base/platform/
Dplatform-win32.cc962 OUT PSTR SearchPath,