HomeSort by: relevance | last modified time | path
    Searched refs:RelativePath (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
DirectoryLookup.h 159 /// \param RelativePath If not NULL, will be set to the path relative to
182 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
190 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
PPCallbacks.h 106 /// 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
129 StringRef RelativePath,
408 StringRef SearchPath, StringRef RelativePath,
412 FilenameRange, File, SearchPath, RelativePath,
415 FilenameRange, File, SearchPath, RelativePath,
HeaderSearch.h 386 /// \param RelativePath If non-null, will be set to the path relative to
405 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
418 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
PreprocessingRecord.h 535 StringRef RelativePath, const Module *Imported,
Preprocessor.h 2016 SmallVectorImpl<char> *RelativePath,
2269 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MacroPPCallbacks.h 105 StringRef SearchPath, StringRef RelativePath,
MacroPPCallbacks.cpp 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 378 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
396 if (RelativePath) {
397 RelativePath->clear();
398 RelativePath->append(Filename.begin(), Filename.end());
407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
426 if (RelativePath) {
427 RelativePath->clear();
428 RelativePath->append(Filename.begin(), Filename.end());
515 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
577 if (RelativePath) {
    [all...]
PPDirectives.cpp 749 SmallVectorImpl<char> *RelativePath,
808 Includers, SearchPath, RelativePath, RequestingModule,
826 RelativePath, RequestingModule, SuggestedModule, IsMapped,
843 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule,
858 Filename, CurFileEnt, SearchPath, RelativePath,
1754 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
1759 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr,
1796 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr,
1827 Callbacks ? &RelativePath : nullptr, &SuggestedModule, &IsMapped,
1931 SmallString<1024> RelativePath;
    [all...]
PPLexerChange.cpp 293 SmallString<128> RelativePath;
294 computeRelativePath(FileMgr, Dir, *Header, RelativePath);
296 << Mod.getFullModuleName() << RelativePath;
PreprocessingRecord.cpp 468 StringRef RelativePath,
ModuleMap.cpp 1043 StringRef RelativePath = UmbrellaName.str().substr(
1045 RelativePath = llvm::sys::path::relative_path(RelativePath);
1048 setUmbrellaHeader(Result, *UmbrellaHeader, ModuleName + ".h", RelativePath);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DependencyGraph.cpp 51 StringRef SearchPath, StringRef RelativePath,
76 StringRef RelativePath,
ModuleDependencyCollector.cpp 51 StringRef SearchPath, StringRef RelativePath,
DependencyFile.cpp 70 StringRef SearchPath, StringRef RelativePath,
PrintPreprocessedOutput.cpp 131 StringRef SearchPath, StringRef RelativePath,
333 StringRef RelativePath,
PrecompiledPreamble.cpp 103 StringRef SearchPath, StringRef RelativePath,
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 229 StringRef RelativePath(File);
231 if (RelativePath.startswith("./")) {
232 RelativePath = RelativePath.substr(strlen("./"));
235 SmallString<1024> AbsolutePath = RelativePath;
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
ModuleDepCollector.h 128 StringRef SearchPath, StringRef RelativePath,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp 147 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath,
150 RelativePath = Loc.getRelativePath();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 130 StringRef SearchPath, StringRef RelativePath, const Module *Imported,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 80 StringRef SearchPath, StringRef RelativePath,
196 StringRef /*RelativePath*/,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 265 StringRef SearchPath, StringRef RelativePath,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h 389 void getLocation(StringRef &RelativePath, unsigned &Line,

Completed in 78 milliseconds