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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp228 SmallVectorImpl<char> *RelativePath,
243 if (RelativePath != NULL) {
244 RelativePath->clear();
245 RelativePath->append(Filename.begin(), Filename.end());
269 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
281 if (RelativePath != NULL) {
282 RelativePath->clear();
283 RelativePath->append(Filename.begin(), Filename.end());
345 SmallVectorImpl<char> *RelativePath,
405 if (RelativePath !
224 LookupFile( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
341 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
497 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
699 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule) argument
[all...]
H A DPPLexerChange.cpp445 SmallString<128> RelativePath; local
446 computeRelativePath(FileMgr, Dir, Header, RelativePath);
448 << Mod->getFullModuleName() << RelativePath;
H A DPPDirectives.cpp624 SmallVectorImpl<char> *RelativePath,
650 SearchPath, RelativePath, SuggestedModule, SkipCache);
663 SearchPath, RelativePath,
674 Filename, CurFileEnt, SearchPath, RelativePath,
1483 SmallString<1024> RelativePath; local
1490 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL,
1517 SearchPath, RelativePath,
1530 Callbacks ? &SearchPath : 0, Callbacks ? &RelativePath : 0,
1634 SearchPath, RelativePath, Imported);
1667 SearchPath, RelativePath,
617 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.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
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DDirectoryLookup.h153 /// \param RelativePath If not NULL, will be set to the path relative to
166 SmallVectorImpl<char> *RelativePath,
174 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,
359 StringRef RelativePath,
362 FilenameRange, File, SearchPath, RelativePath,
365 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
352 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.h362 /// \param RelativePath If non-null, will be set to the path relative to
374 SmallVectorImpl<char> *RelativePath,
388 SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h572 StringRef RelativePath,
H A DPreprocessor.h1233 SmallVectorImpl<char> *RelativePath,
/freebsd-10.2-release/contrib/llvm/tools/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,
334 StringRef RelativePath,
327 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp139 StringRef RelativePath(File);
141 if (RelativePath.startswith("./")) {
142 RelativePath = RelativePath.substr(strlen("./"));
145 SmallString<1024> AbsolutePath = RelativePath;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp71 StringRef RelativePath,
181 StringRef /*RelativePath*/,

Completed in 128 milliseconds