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

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 134 FrontendAction *Act = CreateFrontendBaseAction(CI);
135 if (!Act)
142 Act = new FixItRecompile(Act);
154 Act = new arcmt::CheckAction(Act);
157 Act = new arcmt::ModifyAction(Act);
160 Act = new arcmt::MigrateAction(Act,
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 26 unsigned Act;
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 169 FrontendAction *Act = CreateFrontendBaseAction(CI);
170 if (!Act)
176 Act = new ASTMergeAction(Act, CI.getFrontendOpts().ASTMergeFiles);
178 return Act;
  /external/clang/lib/Sema/
SemaAttr.cpp 329 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation,
425 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
  /external/clang/lib/Driver/
Driver.cpp 890 Action *Act = SingleActions[i];
898 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
900 << types::getTypeName(Act->getType());
904 Inputs.push_back(new BindArchAction(Act, Archs[i]));
911 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 1739 milliseconds