Searched refs:ConstructExpr (Results 1 – 4 of 4) sorted by relevance
180 class ConstructExpr {}; // expected-note 2{{'clash::ConstructExpr' declared here}} class187 …ConstructExpr *expr = // expected-error{{unknown type name 'ConstructExpr'; did you mean 'clash::C… in test()188 …getExprAs<ConstructExpr>(); // expected-error{{unknown type name 'ConstructExpr'; did you mean 'cl… in test()
257 Matcher<Stmt> ConstructExpr = constructMatcher( in TEST_F() local266 EXPECT_FALSE(matches("class Foo { public: Foo(); };", ConstructExpr)); in TEST_F()268 matches("class Foo { public: Foo(); }; Foo foo = Foo();", ConstructExpr)); in TEST_F()
431 StatementMatcher ConstructExpr = in TEST() local440 ConstructExpr, in TEST()
2632 if (auto *ConstructExpr = dyn_cast<CXXConstructExpr>(SubExpr)) in BuildCXXFunctionalCastExpr() local2633 ConstructExpr->setParenOrBraceRange(SourceRange(LPLoc, RPLoc)); in BuildCXXFunctionalCastExpr()