HomeSort by relevance Sort by last modified time
    Searched defs:Act (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 88 FrontendAction *Act = CreateFrontendBaseAction(CI);
89 if (!Act)
97 Act = new arcmt::CheckAction(Act);
100 Act = new arcmt::ModifyAction(Act);
103 Act = new arcmt::MigrateAction(Act,
113 Act = new ASTMergeAction(Act, &CI.getFrontendOpts().ASTMergeFiles[0]
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 26 unsigned Act;
  /external/clang/lib/Driver/
Driver.cpp 797 Action *Act = SingleActions[i];
805 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
807 << types::getTypeName(Act->getType());
811 Inputs.push_back(new BindArchAction(Act, Archs[i]));
818 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
821 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
827 if (Act->getType() == types::TY_Image) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 415 milliseconds