Home
last modified time | relevance | path

Searched refs:pchName (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp182 std::string pchName = includes[i-1]; in createChainedIncludesSource() local
183 llvm::raw_string_ostream os(pchName); in createChainedIncludesSource()
189 *Clang, pchName, Bufs, serialBufNames, in createChainedIncludesSource()
211 std::string pchName = includes.back() + ".pch-final"; in createChainedIncludesSource() local
212 serialBufNames.push_back(pchName); in createChainedIncludesSource()
213 Reader = createASTReader(CI, pchName, SerialBufs, serialBufNames); in createChainedIncludesSource()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp799 SmallString<512> pchName; in clang_codeCompleteAt_Impl() local
801 llvm::raw_svector_ostream os(pchName); in clang_codeCompleteAt_Impl()
804 pchName.push_back('\0'); in clang_codeCompleteAt_Impl()
806 if (!llvm::sys::fs::status(pchName, stat_results)) in clang_codeCompleteAt_Impl()