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

  /external/clang/lib/ARCMigrate/
ARCMTActions.cpp 17 bool CheckAction::BeginInvocation(CompilerInstance &CI) {
31 bool ModifyAction::BeginInvocation(CompilerInstance &CI) {
40 bool MigrateAction::BeginInvocation(CompilerInstance &CI) {
ObjCMT.cpp 205 bool ObjCMigrateAction::BeginInvocation(CompilerInstance &CI) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 108 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) {
  /external/clang/include/clang/Frontend/
FrontendAction.h 73 virtual bool BeginInvocation(CompilerInstance &CI) { return true; }
278 bool BeginInvocation(CompilerInstance &CI) override;
  /external/clang/lib/Frontend/
FrontendAction.cpp 180 if (!BeginInvocation(CI))
555 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) {
556 return WrappedAction->BeginInvocation(CI);

Completed in 2927 milliseconds