Searched defs:openFileForRead (Results 1 - 2 of 2) sorted by path

/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp74 if (std::error_code EC = openFileForRead(Name, F))
164 std::error_code openFileForRead(const Twine &Path,
179 std::error_code RealFileSystem::openFileForRead(const Twine &Name, function in class:RealFileSystem
182 if (std::error_code EC = sys::fs::openFileForRead(Name, FD))
256 OverlayFileSystem::openFileForRead(const llvm::Twine &Path, function in class:OverlayFileSystem
260 std::error_code EC = (*I)->openFileForRead(Path, Result);
525 std::error_code openFileForRead(const Twine &Path,
975 VFSFromYAML::openFileForRead(const Twine &Path, function in class:VFSFromYAML
986 ExternalFS->openFileForRead(F->getExternalContentsPath(), Result))
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp42 std::error_code openFileForRead(const Twine &Path, function in class:__anon19541::DummyFileSystem

Completed in 337 milliseconds