Searched refs:RelativePath (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/include/clang/Lex/
H A DDirectoryLookup.h157 /// \param RelativePath If not NULL, will be set to the path relative to
174 SmallVectorImpl<char> *RelativePath,
184 SmallVectorImpl<char> *RelativePath,
H A DPPCallbacks.h108 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
111 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
114 /// \param RelativePath The path relative to SearchPath, at which the include
127 StringRef RelativePath,
358 StringRef SearchPath, StringRef RelativePath,
361 FilenameRange, File, SearchPath, RelativePath,
364 FilenameRange, File, SearchPath, RelativePath,
120 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
H A DHeaderSearch.h380 /// \param RelativePath If non-null, will be set to the path relative to
392 SmallVectorImpl<char> *RelativePath,
406 SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h577 StringRef RelativePath,
/external/clang/lib/Lex/
H A DHeaderSearch.cpp267 SmallVectorImpl<char> *RelativePath,
285 if (RelativePath) {
286 RelativePath->clear();
287 RelativePath->append(Filename.begin(), Filename.end());
296 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
328 if (RelativePath) {
329 RelativePath->clear();
330 RelativePath->append(Filename.begin(), Filename.end());
392 SmallVectorImpl<char> *RelativePath,
452 if (RelativePath) {
263 LookupFile( StringRef &Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework, bool &HasBeenMapped, SmallVectorImpl<char> &MappedName) const argument
388 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
564 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<const FileEntry *> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
824 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule) argument
[all...]
H A DPPLexerChange.cpp474 SmallString<128> RelativePath; local
475 computeRelativePath(FileMgr, Dir, Header, RelativePath);
477 << Mod->getFullModuleName() << RelativePath;
H A DPPDirectives.cpp567 SmallVectorImpl<char> *RelativePath,
607 RelativePath, SuggestedModule, SkipCache);
622 SearchPath, RelativePath,
638 Filename, CurFileEnt, SearchPath, RelativePath,
1464 SmallString<1024> RelativePath; local
1477 Callbacks ? &RelativePath : nullptr,
1509 RelativePath, /*ImportedModule=*/nullptr);
1522 Callbacks ? &RelativePath : nullptr,
1627 SearchPath, RelativePath, Imported);
1655 SearchPath, RelativePath,
560 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
[all...]
H A DPreprocessingRecord.cpp444 StringRef RelativePath,
436 InclusionDirective( SourceLocation HashLoc, const clang::Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp66 StringRef RelativePath,
75 this->RelativePath = RelativePath.str();
86 SmallString<16> RelativePath; member in class:__anon19545::InclusionDirectiveCallbacks
59 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp52 StringRef SearchPath, StringRef RelativePath,
74 StringRef RelativePath,
67 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
H A DDependencyFile.cpp70 StringRef SearchPath, StringRef RelativePath,
163 StringRef SearchPath, StringRef RelativePath,
267 StringRef RelativePath,
260 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
H A DPrintPreprocessedOutput.cpp133 StringRef SearchPath, StringRef RelativePath,
325 StringRef RelativePath,
318 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/external/clang/lib/Tooling/
H A DTooling.cpp141 StringRef RelativePath(File);
143 if (RelativePath.startswith("./")) {
144 RelativePath = RelativePath.substr(strlen("./"));
147 SmallString<1024> AbsolutePath = RelativePath;
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py99 build_file = RelativePath(build_file, '.')
134 def RelativePath(path, relative_to): function
181 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
185 # Like RelativePath but returns |path| unchanged if it is absolute.
188 return RelativePath(path, relative_to)
H A DMSVSNew.py249 relative_path = gyp.common.RelativePath(e.path, sln_root)
H A Dinput.py358 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path))
389 gyp.common.RelativePath(included_file,
843 rel_build_file_dir = gyp.common.RelativePath(build_file_dir, toplevel)
850 replacement = gyp.common.RelativePath(path, build_file_dir)
2001 gyp.common.RelativePath(os.path.dirname(fro_file),
/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp90 TEST(LockFileManagerTest, RelativePath) {
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dandroid.py700 path = gyp.common.RelativePath(path, self.android_top_dir)
974 base_path = gyp.common.RelativePath(os.path.dirname(build_file),
980 base_path = gyp.common.RelativePath(os.path.dirname(build_file),
1024 relative_build_file = gyp.common.RelativePath(build_file,
1032 relative_include_file = gyp.common.RelativePath(
1072 mkfile_rel_path = gyp.common.RelativePath(output_file,
H A Dmake.py1940 build_files_args = [gyp.common.RelativePath(filename, options.toplevel_dir)
1986 base_path = gyp.common.RelativePath(os.path.dirname(build_file),
1993 base_path = gyp.common.RelativePath(os.path.dirname(build_file),
2017 srcdir = gyp.common.RelativePath(srcdir, options.generator_output)
2139 build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir))
2145 relative_include_file = gyp.common.RelativePath(
2172 mkfile_rel_path = gyp.common.RelativePath(output_file,
2177 depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd())
2191 makefile_rel_path = gyp.common.RelativePath(os.path.dirname(makefile_path),
H A Dcmake.py626 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir)
751 base_path = gyp.common.RelativePath(os.path.dirname(gyp_file),
H A Dmsvs.py979 relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir)
1765 fix_prefix = gyp.common.RelativePath(project_dir_path,
1857 gyp.common.RelativePath(params['options'].toplevel_dir, gyp_dir),
3124 relative_path = gyp.common.RelativePath(dependency.path, project_dir)
3147 relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh73 open_tag File RelativePath="$f"
525 RelativePath=".\ReadMe.txt"
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh147 open_tag File RelativePath="./$f"
588 RelativePath=".\ReadMe.txt"
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp66 StringRef SearchPath, StringRef RelativePath,
176 StringRef /*RelativePath*/,
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py79 def RelativePath(path, cwd): function
905 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
935 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1786 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]

Completed in 8548 milliseconds

12