Searched defs:TypeTraitExpr (Results 1 – 6 of 6) sorted by relevance
82 class TypeTraitExpr; variable
773 friend class TypeTraitExpr; in alignas() local
2699 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} in TypeTraitExpr() function
505 namespace TypeTraitExpr { namespace
1673 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr
2076 TEST_F(StructuralEquivalenceStmtTest, TypeTraitExpr) { in TEST_F() argument