Home
last modified time | relevance | path

Searched refs:RelativePath (Results 1 – 23 of 23) sorted by relevance

/external/clang/lib/Lex/
DHeaderSearch.cpp278 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
297 if (RelativePath) { in LookupFile()
298 RelativePath->clear(); in LookupFile()
299 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
308 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
341 if (RelativePath) { in LookupFile()
342 RelativePath->clear(); in LookupFile()
343 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
403 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
462 if (RelativePath) { in DoFrameworkLookup()
[all …]
DPPDirectives.cpp746 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
806 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
823 RelativePath, RequestingModule, SuggestedModule, SkipCache, in LookupFile()
840 SearchPath, RelativePath, in LookupFile()
857 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1774 SmallString<1024> RelativePath; in HandleIncludeDirective() local
1789 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective()
1822 Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective()
1932 FilenameRange, File, SearchPath, RelativePath, in HandleIncludeDirective()
DPPLexerChange.cpp507 SmallString<128> RelativePath; in HandleEndOfFile() local
508 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
510 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
DPreprocessingRecord.cpp442 StringRef RelativePath, in InclusionDirective() argument
/external/libmojo/mojo/public/tools/bindings/
Dmojom_bindings_generator.py77 class RelativePath(object): class
95 return RelativePath(path, rel_search_dir.source_root)
96 return RelativePath(os.path.join(rel_dir.path, file_name),
127 self._ParseFileAndImports(RelativePath(filename, args.depth),
131 RelativePath(filename, args.depth))
147 RelativePath(dirname, rel_filename.source_root),
210 RelativePath(dirname, rel_filename.source_root),
225 args.import_directories[idx] = RelativePath(tokens[0], tokens[1])
227 args.import_directories[idx] = RelativePath(tokens[0], args.depth)
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp59 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
68 this->RelativePath = RelativePath.str(); in InclusionDirective()
79 SmallString<16> RelativePath; member in __anoned4599ed0111::InclusionDirectiveCallbacks
/external/v8/src/
Dicu_util.cc55 base::RelativePath(&icu_data_file_default, exec_path, "icudtl.dat"); in InitializeICUDefaultLocation()
57 base::RelativePath(&icu_data_file_default, exec_path, "icudtb.dat"); in InitializeICUDefaultLocation()
Dstartup-data-util.cc90 base::RelativePath(&natives, directory_path, "natives_blob.bin"), in InitializeExternalStartupData()
91 base::RelativePath(&snapshot, directory_path, "snapshot_blob.bin")); in InitializeExternalStartupData()
/external/clang/include/clang/Lex/
DDirectoryLookup.h180 SmallVectorImpl<char> *RelativePath,
191 SmallVectorImpl<char> *RelativePath,
DPPCallbacks.h129 StringRef RelativePath, 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()
DHeaderSearch.h382 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
394 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
DPreprocessingRecord.h497 StringRef RelativePath,
DPreprocessor.h1651 SmallVectorImpl<char> *RelativePath,
/external/clang/lib/Frontend/
DDependencyGraph.cpp52 StringRef SearchPath, StringRef RelativePath,
75 StringRef RelativePath, in InclusionDirective() argument
DDependencyFile.cpp65 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
191 StringRef SearchPath, StringRef RelativePath,
301 StringRef RelativePath, in InclusionDirective() argument
DPrintPreprocessedOutput.cpp129 StringRef SearchPath, StringRef RelativePath,
321 StringRef RelativePath, in InclusionDirective() argument
/external/clang/lib/Tooling/
DTooling.cpp159 StringRef RelativePath(File); in getAbsolutePath() local
161 if (RelativePath.startswith("./")) { in getAbsolutePath()
162 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath()
165 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
/external/v8/src/base/
Dfile-utils.h15 V8_BASE_EXPORT char* RelativePath(char** buffer, const char* exec_path,
Dfile-utils.cc15 char* RelativePath(char** buffer, const char* exec_path, const char* name) { in RelativePath() function
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp90 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
/external/curl/projects/
Dgenerate.bat343 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
347 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp69 StringRef SearchPath, StringRef RelativePath,
/external/clang/tools/libclang/
DIndexing.cpp251 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument