HomeSort by relevance Sort by last modified time
    Searched defs:SearchPath (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 59 StringRef SearchPath, StringRef RelativePath,
67 this->SearchPath = SearchPath.str();
78 SmallString<16> SearchPath;
141 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath);
142 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath);
  /external/clang/lib/Lex/
PPDirectives.cpp 745 SmallVectorImpl<char> *SearchPath,
806 Includers, SearchPath, RelativePath, RequestingModule,
822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]

Completed in 225 milliseconds