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

  /external/clang/lib/ARCMigrate/
ARCMTActions.cpp 17 bool CheckAction::BeginInvocation(CompilerInstance &CI) {
27 CheckAction::CheckAction(FrontendAction *WrappedAction)
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 20 class CheckAction : public WrapperFrontendAction {
25 CheckAction(FrontendAction *WrappedAction);
  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy_unittest.cc 157 CheckAction(*last, "odlameecjipmbmbejkplpemijjgpljce",
165 CheckAction(*actions->at(0), "punky", Action::ACTION_DOM_ACCESS, "lets",
168 CheckAction(*actions->at(1), "punky", Action::ACTION_API_CALL, "brewster",
175 CheckAction(*actions->at(0), "punky", Action::ACTION_DOM_ACCESS, "lets",
177 CheckAction(*actions->at(1), "punky", Action::ACTION_API_CALL, "brewster",
183 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "lets",
185 CheckAction(*actions->at(1), "punky", Action::ACTION_DOM_ACCESS, "lets",
192 CheckAction(*actions->at(0), "punky", Action::ACTION_DOM_ACCESS, "lets",
195 CheckAction(*actions->at(1), "punky", Action::ACTION_DOM_ACCESS, "lets",
197 CheckAction(*actions->at(2), "punky", Action::ACTION_DOM_ACCESS, "lets"
    [all...]
counting_policy_unittest.cc 186 CheckAction(*last, "odlameecjipmbmbejkplpemijjgpljce",
194 CheckAction(*actions->at(0), "punky", Action::ACTION_DOM_ACCESS, "lets",
201 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "brewster",
203 CheckAction(*actions->at(1), "punky", Action::ACTION_DOM_ACCESS, "lets",
205 CheckAction(*actions->at(2), "punky", Action::ACTION_API_CALL,
213 CheckAction(*actions->at(0), "punky", Action::ACTION_DOM_ACCESS, "lets",
215 CheckAction(*actions->at(1), "punky", Action::ACTION_API_CALL, "brewster",
224 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "brewster",
237 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "brewster",
247 CheckAction(*actions->at(0), "punky", Action::ACTION_DOM_ACCESS, "lets"
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 154 Act = new arcmt::CheckAction(Act);

Completed in 632 milliseconds