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

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 130 FrontendAction *Act = CreateFrontendBaseAction(CI);
131 if (!Act)
138 Act = new FixItRecompile(Act);
148 Act = new arcmt::CheckAction(Act);
151 Act = new arcmt::ModifyAction(Act);
154 Act = new arcmt::MigrateAction(Act,
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 26 unsigned Act;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 134 virtual void Act() = 0;
138 Act();
290 virtual void Act() {
300 virtual void Act() {
319 virtual void Act() {
362 virtual void Act() {
409 virtual void Act() {
419 virtual void Act() {
431 virtual void Act() {
460 virtual void Act() {
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 843 Action *Act = SingleActions[i];
851 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
853 << types::getTypeName(Act->getType());
857 Inputs.push_back(new BindArchAction(Act, Archs[i]));
864 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
867 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
879 if (Act->getType() == types::TY_Image) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 118 milliseconds