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

/external/clang/lib/Serialization/
H A DASTReader.cpp1133 fileDirE = path::end(path::parent_path(filePath)); local
1137 while (fileDirI != fileDirE && origDirI != origDirE &&
1144 path::append(currPCHPath, fileDirI, fileDirE);

Completed in 213 milliseconds