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

/external/clang/lib/Lex/
H A DHeaderSearch.cpp206 SmallVectorImpl<char> *RelativePath,
221 if (RelativePath != NULL) {
222 RelativePath->clear();
223 RelativePath->append(Filename.begin(), Filename.end());
244 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
256 if (RelativePath != NULL) {
257 RelativePath->clear();
258 RelativePath->append(Filename.begin(), Filename.end());
271 SmallVectorImpl<char> *RelativePath,
331 if (RelativePath !
202 LookupFile( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
267 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
398 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
564 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath) argument
[all...]
H A DPPLexerChange.cpp380 SmallString<128> RelativePath; local
381 computeRelativePath(FileMgr, Dir, Header, RelativePath);
383 << RelativePath;
H A DPPDirectives.cpp496 SmallVectorImpl<char> *RelativePath,
522 SearchPath, RelativePath, SuggestedModule, SkipCache);
532 SearchPath, RelativePath)))
542 Filename, CurFileEnt, SearchPath, RelativePath)))
1330 SmallString<1024> RelativePath; local
1336 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL,
1359 End, SearchPath, RelativePath);
490 LookupFile( StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module **SuggestedModule, bool SkipCache) argument
H A DPreprocessingRecord.cpp395 StringRef RelativePath) {
/external/clang/include/clang/Lex/
H A DDirectoryLookup.h141 /// \param RelativePath If not NULL, will be set to the path relative to
154 SmallVectorImpl<char> *RelativePath,
162 SmallVectorImpl<char> *RelativePath,
H A DPPCallbacks.h103 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
106 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
109 /// \param RelativePath The path relative to SearchPath, at which the include
118 StringRef RelativePath) {
273 StringRef RelativePath) {
275 EndLoc, SearchPath, RelativePath);
277 EndLoc, SearchPath, RelativePath);
111 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
266 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
H A DHeaderSearch.h314 /// \param RelativePath If non-null, will be set to the path relative to
326 SmallVectorImpl<char> *RelativePath,
339 SmallVectorImpl<char> *RelativePath);
H A DPreprocessingRecord.h603 StringRef RelativePath);
H A DPreprocessor.h1060 SmallVectorImpl<char> *RelativePath,
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp57 StringRef RelativePath);
78 StringRef RelativePath) {
71 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
H A DDependencyFile.cpp65 StringRef RelativePath);
138 StringRef RelativePath) {
131 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
/external/clang/lib/Tooling/
H A DTooling.cpp127 StringRef RelativePath(File);
128 if (RelativePath.startswith("./")) {
129 RelativePath = RelativePath.substr(strlen("./"));
132 llvm::sys::path::append(AbsolutePath, RelativePath);
/external/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"
564 RelativePath=".\ReadMe.txt"
/external/clang/tools/libclang/
H A DIndexing.cpp74 StringRef RelativePath) {
67 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, const FileEntry *File, SourceLocation EndLoc, StringRef SearchPath, StringRef RelativePath) argument
/external/regex-re2/lib/codereview/
H A Dcodereview.py1006 def RelativePath(path, cwd): function
1023 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1053 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1584 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]

Completed in 308 milliseconds