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 118 FrontendAction *Act = CreateFrontendBaseAction(CI);
119 if (!Act)
125 Act = new FixItRecompile(Act);
136 Act = new arcmt::CheckAction(Act);
139 Act = new arcmt::ModifyAction(Act);
142 Act = new arcmt::MigrateAction(Act,
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 26 unsigned Act;
  /external/clang/lib/Sema/
SemaAttr.cpp 329 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation,
428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 628 milliseconds