Searched defs:_Path (Results 1 - 2 of 2) sorted by relevance

/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp66 const Twine &_Path)
68 Path(_Path.str()) {
65 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, const Twine &_Path) argument
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp199 RealFSDirIter(const Twine &_Path, std::error_code &EC) argument
200 : Path(_Path.str()), Iter(Path, EC) {
1145 VFSFromYamlDirIterImpl::VFSFromYamlDirIterImpl(const Twine &_Path, argument
1150 : Dir(_Path.str()), FS(FS), Current(Begin), End(End) {

Completed in 1678 milliseconds