HomeSort by relevance Sort by last modified time
    Searched refs:FixupRelativePath (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Basic/
FileManager.cpp 388 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const {
402 bool Changed = FixupRelativePath(Path);
441 FixupRelativePath(FilePath);
452 FixupRelativePath(FilePath);
469 FixupRelativePath(FilePath);
478 FixupRelativePath(FilePath);
  /external/clang/include/clang/Basic/
FileManager.h 259 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 611 Unit->getFileManager().FixupRelativePath(filePath);
ObjCMT.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 556 FileMgr->FixupRelativePath(NewOutFile);
    [all...]

Completed in 680 milliseconds