Searched refs:BeginInvocation (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/ARCMigrate/
H A DARCMTActions.h21 bool BeginInvocation(CompilerInstance &CI) override;
29 bool BeginInvocation(CompilerInstance &CI) override;
38 bool BeginInvocation(CompilerInstance &CI) override;
48 bool BeginInvocation(CompilerInstance &CI) override;
70 bool BeginInvocation(CompilerInstance &CI) override;
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMTActions.cpp16 bool CheckAction::BeginInvocation(CompilerInstance &CI) { function in class:CheckAction
30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { function in class:ModifyAction
39 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { function in class:MigrateAction
H A DObjCMT.cpp209 bool ObjCMigrateAction::BeginInvocation(CompilerInstance &CI) { function in class:ObjCMigrateAction
1982 bool MigrateSourceAction::BeginInvocation(CompilerInstance &CI) { function in class:MigrateSourceAction
/openbsd-current/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h56 bool BeginInvocation(CompilerInstance &CI) override;
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h79 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } function in class:clang::FrontendAction
312 bool BeginInvocation(CompilerInstance &CI) override;
H A DFrontendActions.h187 bool BeginInvocation(CompilerInstance &CI) override;
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { function in class:FixItRecompile
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp597 if (!BeginInvocation(CI))
1185 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { function in class:WrapperFrontendAction
1186 return WrappedAction->BeginInvocation(CI);
H A DFrontendActions.cpp753 bool DumpModuleInfoAction::BeginInvocation(CompilerInstance &CI) { function in class:DumpModuleInfoAction

Completed in 140 milliseconds