HomeSort by relevance Sort by last modified time
    Searched refs:FixItAction (Results 1 - 4 of 4) 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,
89 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
104 void FixItAction::EndSourceFileAction() {
  /external/clang/tools/clang-check/
ClangCheck.cpp 113 /// \brief Subclasses \c clang::FixItAction so that we can install the custom
115 class FixItAction : public clang::FixItAction {
151 return Tool.run(newFrontendActionFactory<FixItAction>());
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 56 case FixIt: return new FixItAction();

Completed in 47 milliseconds