Searched refs:FixItAction (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h29 class FixItAction : public ASTFrontendAction { class in namespace:clang
45 FixItAction();
46 ~FixItAction() override;
/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp40 FixItAction::FixItAction() {} function in class:FixItAction
41 FixItAction::~FixItAction() {}
44 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
88 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
103 void FixItAction::EndSourceFileAction() {
/external/clang/tools/clang-check/
H A DClangCheck.cpp123 /// \brief Subclasses \c clang::FixItAction so that we can install the custom
125 class FixItAction : public clang::FixItAction { class in namespace:__anon3017
181 FrontendFactory = newFrontendActionFactory<FixItAction>();
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp53 case FixIt: return new FixItAction();

Completed in 218 milliseconds