Searched refs:pchName (Results 1 – 2 of 2) sorted by relevance
184 std::string pchName = includes[i-1]; in createChainedIncludesSource() local185 llvm::raw_string_ostream os(pchName); in createChainedIncludesSource()191 *Clang, pchName, Bufs, serialBufNames, in createChainedIncludesSource()213 std::string pchName = includes.back() + ".pch-final"; in createChainedIncludesSource() local214 serialBufNames.push_back(pchName); in createChainedIncludesSource()215 Reader = createASTReader(CI, pchName, SerialBufs, serialBufNames); in createChainedIncludesSource()
745 SmallString<512> pchName; in clang_codeCompleteAt_Impl() local747 llvm::raw_svector_ostream os(pchName); in clang_codeCompleteAt_Impl()750 pchName.push_back('\0'); in clang_codeCompleteAt_Impl()752 if (stat(pchName.str().c_str(), &stat_results) == 0) in clang_codeCompleteAt_Impl()