Lines Matching refs:runOver
63 Visitor.runOver("namespace a { void foo(); }\n" in TEST()
69 Visitor.runOver("namespace a { void foo(); }\n" in TEST()
75 Visitor.runOver("namespace a { void foo(); }\n" in TEST()
81 Visitor.runOver("namespace a { void foo(); }\n" in TEST()
88 Visitor.runOver("namespace a { namespace b { void foo(); }\n" in TEST()
94 Visitor.runOver("namespace a { namespace b { void foo(); }\n" in TEST()
100 Visitor.runOver("void foo(); void f() { foo(); }\n"); in TEST()
105 Visitor.runOver("void foo(); void f() { ::foo(); }\n"); in TEST()
110 Visitor.runOver("namespace a { void foo(); }\nvoid f() { a::foo(); }\n"); in TEST()
115 Visitor.runOver("namespace a { int foo(); }\nauto f = a::foo();\n"); in TEST()
120 Visitor.runOver( in TEST()
126 Visitor.runOver("namespace a { namespace b { void foo(); } }\n" in TEST()
134 Visitor.runOver("namespace a { namespace b { void foo(); } }\n" in TEST()
143 Visitor.runOver(R"( in TEST()
161 Visitor.runOver(R"( in TEST()
178 Visitor.runOver(R"( in TEST()
208 Visitor.runOver("namespace a { namespace b {\n" in TEST()
222 Visitor.runOver("namespace a { namespace b { class Foo {}; } }\n" in TEST()
235 Visitor.runOver(R"( in TEST()