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

/external/clang/lib/Lex/
H A DHeaderSearch.cpp211 SmallVectorImpl<char> *RelativePath,
226 if (RelativePath != NULL) {
227 RelativePath->clear();
228 RelativePath->append(Filename.begin(), Filename.end());
249 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
261 if (RelativePath != NULL) {
262 RelativePath->clear();
263 RelativePath->append(Filename.begin(), Filename.end());
325 SmallVectorImpl<char> *RelativePath,
385 if (RelativePath !
207 LookupFile( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
321 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
477 LookupFile( StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, const FileEntry *CurFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool SkipCache) argument
661 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule) argument
[all...]
H A DPPLexerChange.cpp395 SmallString<128> RelativePath; local
396 computeRelativePath(FileMgr, Dir, Header, RelativePath);
398 << Mod->getFullModuleName() << RelativePath;
H A DPPDirectives.cpp509 SmallVectorImpl<char> *RelativePath,
535 SearchPath, RelativePath, SuggestedModule, SkipCache);
544 SearchPath, RelativePath,
555 Filename, CurFileEnt, SearchPath, RelativePath,
1361 SmallString<1024> RelativePath; local
1367 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL,
1392 SearchPath, RelativePath,
1405 Callbacks ? &RelativePath : 0,
1496 SearchPath, RelativePath, Imported);
1515 SearchPath, RelativePath,
503 LookupFile( StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool SkipCache) argument
[all...]
H A DPreprocessingRecord.cpp435 StringRef RelativePath,
427 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/include/clang/Lex/
H A DDirectoryLookup.h133 /// \param RelativePath If not NULL, will be set to the path relative to
146 SmallVectorImpl<char> *RelativePath,
154 SmallVectorImpl<char> *RelativePath,
H A DPPCallbacks.h106 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
109 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
112 /// \param RelativePath The path relative to SearchPath, at which the include
125 StringRef RelativePath,
300 StringRef RelativePath,
303 FilenameRange, File, SearchPath, RelativePath,
306 FilenameRange, File, SearchPath, RelativePath,
118 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
293 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.h344 /// \param RelativePath If non-null, will be set to the path relative to
356 SmallVectorImpl<char> *RelativePath,
370 SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h572 StringRef RelativePath,
H A DPreprocessor.h1230 SmallVectorImpl<char> *RelativePath,
/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.cpp65 StringRef RelativePath,
139 StringRef RelativePath,
132 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/unittests/Lex/
H A DPPCallbacksTest.cpp55 StringRef RelativePath,
64 this->RelativePath = RelativePath.str();
75 SmallString<16> RelativePath; member in class:__anon5093::InclusionDirectiveCallbacks
48 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.cpp135 StringRef RelativePath(File);
137 if (RelativePath.startswith("./")) {
138 RelativePath = RelativePath.substr(strlen("./"));
141 llvm::sys::path::append(AbsolutePath, RelativePath);
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh145 open_tag File RelativePath="./$f"
323 x86*) $uses_asm && tag ToolFile RelativePath="$self_dirname/../x86-msvs/yasm.rules"
570 RelativePath=".\ReadMe.txt"
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp63 StringRef RelativePath,
159 StringRef /*RelativePath*/,
/external/clang/tools/libclang/
H A DIndexing.cpp275 StringRef RelativePath,
268 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 242 milliseconds