reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  278   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
   64 void Callback::run(const MatchFinder::MatchResult &Result) {
tools/clang/lib/Tooling/RefactoringCallbacks.cpp
   88 void ReplaceStmtWithText::run(
  106 void ReplaceStmtWithStmt::run(
  126 void ReplaceIfStmtWithItsBody::run(
  198 void ReplaceNodeWithTemplate::run(
tools/clang/lib/Tooling/Transformer/Transformer.cpp
   28 void Transformer::run(const MatchFinder::MatchResult &Result) {
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  534 void ChangeNamespaceTool::run(
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
  237 void FindAllSymbols::run(const MatchFinder::MatchResult &Result) {
tools/clang/tools/extra/clang-move/HelperDeclRefGraph.cpp
  103 void HelperDeclRGBuilder::run(
tools/clang/tools/extra/clang-move/Move.cpp
  161   void run(const MatchFinder::MatchResult &Result) override {
  179   void run(const MatchFinder::MatchResult &Result) override {
  194   void run(const MatchFinder::MatchResult &Result) override {
  215   void run(const MatchFinder::MatchResult &Result) override {
  229   void run(const MatchFinder::MatchResult &Result) override {
  660 void ClangMoveTool::run(const ast_matchers::MatchFinder::MatchResult &Result) {
tools/clang/tools/extra/clang-query/Query.cpp
   76   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/tools/extra/clang-tidy/ClangTidyCheck.cpp
   26 void ClangTidyCheck::run(const ast_matchers::MatchFinder::MatchResult &Result) {
tools/clang/tools/extra/tool-template/ToolTemplate.cpp
   60   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/unittests/AST/ASTPrint.h
   43   void run(const ast_matchers::MatchFinder::MatchResult &Result) override {
tools/clang/unittests/AST/DataCollectionTest.cpp
   58   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/unittests/AST/DeclMatcher.h
   23   void run(const MatchFinder::MatchResult &Result) override {
   50   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/unittests/AST/DeclPrinterTest.cpp
   53   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/unittests/AST/MatchVerifier.h
   60   void run(const MatchFinder::MatchResult &Result) override;
  149 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) {
  161 inline void MatchVerifier<ast_type_traits::DynTypedNode>::run(
tools/clang/unittests/AST/NamedDeclPrinterTest.cpp
   43   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
  102     void run(const MatchFinder::MatchResult &Result) override {}
  117   void run(const MatchFinder::MatchResult &Result) override {
  143   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
   42   void run(const MatchFinder::MatchResult &Result) override {
tools/clang/unittests/Analysis/CFGBuildResult.h
   40   void run(const ast_matchers::MatchFinder::MatchResult &Result) override {

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  750       Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));