Home
last modified time | relevance | path

Searched refs:MPath (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp175 std::string MPath(RF.first); in getBufferForFileHandlingRemapping() local
176 auto MPathStatus = VFS->status(MPath); in getBufferForFileHandlingRemapping()
191 std::string MPath(RB.first); in getBufferForFileHandlingRemapping() local
192 auto MPathStatus = VFS->status(MPath); in getBufferForFileHandlingRemapping()
/external/clang/lib/Frontend/
DASTUnit.cpp1202 std::string MPath(RF.first); in ComputePreamble() local
1204 if (!llvm::sys::fs::getUniqueID(MPath, MID)) { in ComputePreamble()
1217 std::string MPath(RB.first); in ComputePreamble() local
1219 if (!llvm::sys::fs::getUniqueID(MPath, MID)) { in ComputePreamble()