Searched refs:GenerateModuleAction (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Frontend/
H A DFrontendActions.cpp122 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
221 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI,
285 bool GenerateModuleAction::ComputeASTConsumerArguments(CompilerInstance &CI,
H A DCompilerInstance.cpp734 GenerateModuleAction &CreateModuleAction;
883 GenerateModuleAction CreateModuleAction;
/external/clang/include/clang/Frontend/
H A DFrontendActions.h100 class GenerateModuleAction : public ASTFrontendAction { class in namespace:clang
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp60 case GenerateModule: return new GenerateModuleAction;

Completed in 71 milliseconds