Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp159 std::string pchName = includes[i-1]; in createChainedIncludesSource() local
160 llvm::raw_string_ostream os(pchName); in createChainedIncludesSource()
166 *Clang, pchName, Bufs, serialBufNames, in createChainedIncludesSource()
188 std::string pchName = includes.back() + ".pch-final"; in createChainedIncludesSource() local
189 serialBufNames.push_back(pchName); in createChainedIncludesSource()
190 Reader = createASTReader(CI, pchName, SerialBufs, serialBufNames); in createChainedIncludesSource()