Lines Matching defs:Snippet
87 static void testPredicate(bool (*Pred)(const Expr &), StringRef Snippet, in testPredicate()
97 static void testPredicateOnArg(bool (*Pred)(const Expr &), StringRef Snippet, in testPredicateOnArg()
148 std::string Snippet = "std::unique_ptr<int> P; P;"; in TEST() local
159 std::string Snippet = "std::shared_ptr<int> P; P;"; in TEST() local
170 std::string Snippet = "Smart P; P;"; in TEST() local
181 std::string Snippet = "int *P; P;"; in TEST() local
193 StringRef Snippet, StringRef Expected) { in testBuilder()
201 static void testBuildAccess(StringRef Snippet, StringRef Expected, in testBuildAccess()
247 StringRef Snippet = R"cc( in TEST() local
377 StringRef Snippet = R"cc( in TEST() local
390 StringRef Snippet = R"cc( in TEST() local
405 StringRef Snippet = R"cc( in TEST() local
423 StringRef Snippet = "struct B : public A { void f() { super(); } };"; in TEST() local