/llvm-project/clang/include/clang/ARCMigrate/ |
H A D | ARCMTActions.h | 21 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;
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMTActions.cpp | 16 bool CheckAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() function in CheckAction 30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() function in ModifyAction 39 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() function in MigrateAction
|
H A D | ObjCMT.cpp | 207 bool ObjCMigrateAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 1980 bool MigrateSourceAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 206 bool ObjCMigrateAction::BeginInvocation(CompilerInstance &CI) { BeginInvocation() function in ObjCMigrateAction 1979 bool MigrateSourceAction::BeginInvocation(CompilerInstance &CI) { BeginInvocation() function in MigrateSourceAction
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendAction.h | 80 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } 318 bool BeginInvocation(CompilerInstance &CI) override; 79 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } BeginInvocation() function
|
H A D | FrontendActions.h | 206 bool BeginInvocation(CompilerInstance &CI) override;
|
/llvm-project/clang/include/clang/Rewrite/Frontend/ |
H A D | FrontendActions.h | 56 bool BeginInvocation(CompilerInstance &CI) override;
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | IndexAction.cpp | 168 bool BeginInvocation(CompilerInstance &CI) override { in BeginInvocation() function in clang::clangd::__anon056224cb0111::IndexAction
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 609 if (!BeginInvocation(CI)) in BeginSourceFile() 1206 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in PrepareToExecuteAction() 1207 return WrappedAction->BeginInvocation(CI); 1212 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { BeginInvocation() function in WrapperFrontendAction
|
H A D | FrontendActions.cpp | 822 bool DumpModuleInfoAction::BeginInvocation(CompilerInstance &CI) { in ModuleKindName() 812 bool DumpModuleInfoAction::BeginInvocation(CompilerInstance &CI) { BeginInvocation() function in DumpModuleInfoAction
|
/llvm-project/clang-tools-extra/include-cleaner/tool/ |
H A D | IncludeCleaner.cpp | 132 bool BeginInvocation(CompilerInstance &CI) override { in BeginInvocation() function in clang::include_cleaner::__anon121721bb0111::Action
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() function in FixItRecompile
|
/llvm-project/clang/unittests/Sema/ |
H A D | CodeCompleteTest.cpp | 130 bool BeginInvocation(CompilerInstance &CI) override { in BeginInvocation() function in __anonf79e3df20111::CodeCompleteAction
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SymbolCollectorTests.cpp | 298 bool BeginInvocation(CompilerInstance &CI) override { 254 bool BeginInvocation(CompilerInstance &CI) override { create() function in clang::clangd::__anon8dddb8c00111::SymbolIndexActionFactory::create::IndexAction
|