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

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp56 StringRef RelativePath,
78 StringRef RelativePath,
71 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.cpp66 StringRef RelativePath,
140 StringRef RelativePath,
133 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.cpp137 StringRef RelativePath,
331 StringRef RelativePath,
324 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.py90 build_file = RelativePath(build_file, '.')
125 def RelativePath(path, relative_to): function
172 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
176 # Like RelativePath but returns |path| unchanged if it is absolute.
179 return RelativePath(path, relative_to)
/external/clang/lib/Lex/
H A DPPLexerChange.cpp416 SmallString<128> RelativePath; local
417 computeRelativePath(FileMgr, Dir, Header, RelativePath);
419 << Mod->getFullModuleName() << RelativePath;
H A DPreprocessingRecord.cpp440 StringRef RelativePath,
432 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.cpp227 SmallVectorImpl<char> *RelativePath,
242 if (RelativePath != NULL) {
243 RelativePath->clear();
244 RelativePath->append(Filename.begin(), Filename.end());
266 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
278 if (RelativePath != NULL) {
279 RelativePath->clear();
280 RelativePath->append(Filename.begin(), Filename.end());
342 SmallVectorImpl<char> *RelativePath,
402 if (RelativePath !
223 LookupFile( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
338 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
494 LookupFile( StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, const FileEntry *CurFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
678 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule) argument
[all...]
H A DPPDirectives.cpp542 SmallVectorImpl<char> *RelativePath,
568 SearchPath, RelativePath, SuggestedModule, SkipCache);
602 SearchPath, RelativePath,
613 Filename, CurFileEnt, SearchPath, RelativePath,
1417 SmallString<1024> RelativePath; local
1424 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL,
1451 SearchPath, RelativePath,
1464 Callbacks ? &SearchPath : 0, Callbacks ? &RelativePath : 0,
1569 SearchPath, RelativePath, Imported);
1588 SearchPath, RelativePath,
535 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.cpp56 StringRef RelativePath,
65 this->RelativePath = RelativePath.str();
76 SmallString<16> RelativePath; member in class:__anon16679::InclusionDirectiveCallbacks
49 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,
339 StringRef RelativePath,
342 FilenameRange, File, SearchPath, RelativePath,
345 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
332 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
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]
/external/clang/tools/libclang/
H A DIndexing.cpp276 StringRef RelativePath,
269 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/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 320 milliseconds