Searched refs:FixItAction (Results 1 - 5 of 5) 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();
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp40 FixItAction::FixItAction() {} function in class:FixItAction
41 FixItAction::~FixItAction() {}
43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI,
87 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
102 void FixItAction::EndSourceFileAction() {
/external/clang/tools/clang-check/
H A DClangCheck.cpp129 /// \brief Subclasses \c clang::FixItAction so that we can install the custom
131 class FixItAction : public clang::FixItAction { class in namespace:__anon19492
224 FrontendFactory = newFrontendActionFactory<FixItAction>();
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp58 case FixIt: return new FixItAction();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp133 case FixIt: return new FixItAction();

Completed in 1026 milliseconds