Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp195 class PrecompilePreambleAction : public ASTFrontendAction { class
197 PrecompilePreambleAction(std::string *InMemStorage, in PrecompilePreambleAction() function in __anon8af6de7c0111::PrecompilePreambleAction
231 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, in PrecompilePreambleConsumer()
268 PrecompilePreambleAction &Action;
273 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
420 std::unique_ptr<PrecompilePreambleAction> Act; in Build()
421 Act.reset(new PrecompilePreambleAction( in Build()
/external/clang/lib/Frontend/
DASTUnit.cpp899 class PrecompilePreambleAction : public ASTFrontendAction { class
904 explicit PrecompilePreambleAction(ASTUnit &Unit) in PrecompilePreambleAction() function in __anon2e64129a0311::PrecompilePreambleAction
922 PrecompilePreambleAction *Action;
926 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action, in PrecompilePreambleConsumer()
981 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
1576 std::unique_ptr<PrecompilePreambleAction> Act; in getMainBufferWithPrecompiledPreamble()
1577 Act.reset(new PrecompilePreambleAction(*this)); in getMainBufferWithPrecompiledPreamble()