Searched refs:InMemStorage (Results 1 – 1 of 1) sorted by relevance
130 PrecompilePreambleAction(std::string *InMemStorage, in PrecompilePreambleAction() argument132 : InMemStorage(InMemStorage), Callbacks(Callbacks) {} in PrecompilePreambleAction()153 std::string *InMemStorage; member in __anone38eff540111::PrecompilePreambleAction201 if (InMemStorage) { in CreateASTConsumer()202 OS = llvm::make_unique<llvm::raw_string_ostream>(*InMemStorage); in CreateASTConsumer()