/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 277 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 292 if (SearchPath) { in LookupFile() 294 SearchPath->clear(); in LookupFile() 295 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 308 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 336 if (SearchPath) { in LookupFile() 338 SearchPath->clear(); in LookupFile() 339 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 402 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 472 if (SearchPath) { in DoFrameworkLookup() [all …]
|
D | PPDirectives.cpp | 745 SmallVectorImpl<char> *SearchPath, in LookupFile() argument 806 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 840 SearchPath, RelativePath, in LookupFile() 857 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1773 SmallString<1024> SearchPath; in HandleIncludeDirective() local 1789 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1821 Callbacks ? &SearchPath : nullptr, in HandleIncludeDirective() 1932 FilenameRange, File, SearchPath, RelativePath, in HandleIncludeDirective()
|
D | PreprocessingRecord.cpp | 441 StringRef SearchPath, in InclusionDirective() argument
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 59 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 67 this->SearchPath = SearchPath.str(); in InclusionDirective() 78 SmallString<16> SearchPath; member in __anonf86715790111::InclusionDirectiveCallbacks 141 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath); in AddFakeHeader() local 142 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath); in AddFakeHeader()
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 179 SmallVectorImpl<char> *SearchPath, 190 SmallVectorImpl<char> *SearchPath,
|
D | PPCallbacks.h | 128 StringRef SearchPath, in InclusionDirective() argument 356 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 359 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 362 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
D | HeaderSearch.h | 382 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 394 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
D | PreprocessingRecord.h | 496 const FileEntry *File, StringRef SearchPath,
|
D | Preprocessor.h | 1650 SmallVectorImpl<char> *SearchPath,
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 74 StringRef SearchPath, in InclusionDirective() argument
|
D | DependencyFile.cpp | 65 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 191 StringRef SearchPath, StringRef RelativePath, 300 StringRef SearchPath, in InclusionDirective() argument
|
D | PrintPreprocessedOutput.cpp | 129 StringRef SearchPath, StringRef RelativePath, 320 StringRef SearchPath, in InclusionDirective() argument
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 61 …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/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Program.inc | 70 DWORD len = SearchPath(NULL, progName.c_str(), ".exe", MAX_PATH, 84 DWORD len2 = SearchPath(NULL, progName.c_str(), ".exe", len+1, b, &dummy);
|
/external/libbrillo/brillo/ |
D | process_unittest.cc | 59 TEST(SimpleProcess, SearchPath) { in TEST() argument
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 69 StringRef SearchPath, StringRef RelativePath,
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 251 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 1040 OUT PSTR SearchPath,
|
/external/autotest/client/profilers/powertop/src/po/ |
D | zh.po | 21 "X-Poedit-SearchPath-0: /home/john/packages/powertop\n"
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1312 SearchPath(NULL, DllName, NULL, sizeof(fname), in StatusRoutine()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1268 SearchPath(NULL, DllName, NULL, sizeof(fname), in StatusRoutine()
|