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

  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 29 class FixItAction : public ASTFrontendAction {
45 FixItAction();
46 ~FixItAction();
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 40 FixItAction::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/
ClangCheck.cpp 129 /// \brief Subclasses \c clang::FixItAction so that we can install the custom
131 class FixItAction : public clang::FixItAction {
224 FrontendFactory = newFrontendActionFactory<FixItAction>();
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 58 case FixIt: return new FixItAction();
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 133 case FixIt: return new FixItAction();

Completed in 327 milliseconds