Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp197 PrecompilePreambleAction(std::string *InMemStorage, in PrecompilePreambleAction() argument
199 : InMemStorage(InMemStorage), Callbacks(Callbacks) {} in PrecompilePreambleAction()
225 std::string *InMemStorage; member in __anond12dfad00111::PrecompilePreambleAction
280 if (InMemStorage) { in CreateASTConsumer()
281 OS = std::make_unique<llvm::raw_string_ostream>(*InMemStorage); in CreateASTConsumer()