Searched defs:RelativePath (Results 1 - 12 of 12) sorted by relevance

/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/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)
/external/clang/lib/Lex/
H A DPPLexerChange.cpp474 SmallString<128> RelativePath; local
475 computeRelativePath(FileMgr, Dir, Header, RelativePath);
477 << Mod->getFullModuleName() << RelativePath;
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
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 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...]
/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/include/clang/Lex/
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
/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]
/external/regex-re2/lib/codereview/
H A Dcodereview.py79 def RelativePath(path, cwd): function
902 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
932 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1783 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]

Completed in 6261 milliseconds