reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 Visitor.DeclStack.back()->getDeclContext(), FD, ReplacementString); 51 Visitor.OnCall = [&](CallExpr *Expr) { 54 Visitor.runOver("namespace a { void foo(); }\n" 57 Visitor.OnCall = [&](CallExpr *Expr) { 60 Visitor.runOver("namespace a { void foo(); }\n" 63 Visitor.OnCall = [&](CallExpr *Expr) { 66 Visitor.runOver("namespace a { void foo(); }\n" 69 Visitor.OnCall = [&](CallExpr *Expr) { 72 Visitor.runOver("namespace a { void foo(); }\n" 76 Visitor.OnCall = [&](CallExpr *Expr) { 79 Visitor.runOver("namespace a { namespace b { void foo(); }\n" 82 Visitor.OnCall = [&](CallExpr *Expr) { 85 Visitor.runOver("namespace a { namespace b { void foo(); }\n" 88 Visitor.OnCall = [&](CallExpr *Expr) { 91 Visitor.runOver("void foo(); void f() { foo(); }\n"); 93 Visitor.OnCall = [&](CallExpr *Expr) { 96 Visitor.runOver("void foo(); void f() { ::foo(); }\n"); 98 Visitor.OnCall = [&](CallExpr *Expr) { 101 Visitor.runOver("namespace a { void foo(); }\nvoid f() { a::foo(); }\n"); 103 Visitor.OnCall = [&](CallExpr *Expr) { 106 Visitor.runOver("namespace a { int foo(); }\nauto f = a::foo();\n"); 108 Visitor.OnCall = [&](CallExpr *Expr) { 111 Visitor.runOver( 114 Visitor.OnCall = [&](CallExpr *Expr) { 117 Visitor.runOver("namespace a { namespace b { void foo(); } }\n" 122 Visitor.OnCall = [&](CallExpr *Expr) { 125 Visitor.runOver("namespace a { namespace b { void foo(); } }\n" 131 Visitor.OnCall = [&](CallExpr *Expr) { 134 Visitor.runOver(R"( 148 Visitor.OnCall = [&](CallExpr *Expr) { 152 Visitor.runOver(R"( 166 Visitor.OnCall = [&](CallExpr *Expr) { 169 Visitor.runOver(R"(