HomeSort by relevance Sort by last modified time
    Searched refs:InitOnlyAction (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
FrontendActions.h 25 class InitOnlyAction : public FrontendAction {
  /external/clang/lib/Frontend/
FrontendActions.cpp 35 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI,
40 void InitOnlyAction::ExecuteAction() {
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 63 case InitOnly: return new InitOnlyAction();

Completed in 20 milliseconds