Home | History | Annotate | Download | only in Serialization

Lines Matching refs:isysroot

2201   if (isysroot.empty()) {
2207 unsigned Length = isysroot.size();
2208 if (isysroot[Length - 1] != '/')
2211 Filename.insert(Filename.begin(), isysroot.begin(), isysroot.end());
8314 ASTReader::ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot,
8322 ModuleMgr(PP.getFileManager()), isysroot(isysroot),