HomeSort by relevance Sort by last modified time
    Searched defs:ConstructExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 431 StatementMatcher ConstructExpr =
440 ConstructExpr,
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 257 Matcher<Stmt> ConstructExpr = constructMatcher(
266 EXPECT_FALSE(matches("class Foo { public: Foo(); };", ConstructExpr));
268 matches("class Foo { public: Foo(); }; Foo foo = Foo();", ConstructExpr));
  /external/clang/test/SemaCXX/
typo-correction.cpp 180 class ConstructExpr {}; // expected-note 2{{'clash::ConstructExpr' declared here}}
187 ConstructExpr *expr = // expected-error{{unknown type name 'ConstructExpr'; did you mean 'clash::ConstructExpr'?}}
188 getExprAs<ConstructExpr>(); // expected-error{{unknown type name 'ConstructExpr'; did you mean 'clash::ConstructExpr'?}}

Completed in 952 milliseconds