Searched defs:BinaryTypeTraitExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h1570 /// BinaryTypeTraitExpr - A GCC or MS binary type trait, as used in the
1574 class BinaryTypeTraitExpr : public Expr { class in namespace:clang
1594 BinaryTypeTraitExpr(SourceLocation loc, BinaryTypeTrait btt, function in class:clang::BinaryTypeTraitExpr
1608 explicit BinaryTypeTraitExpr(EmptyShell Empty) function in class:clang::BinaryTypeTraitExpr
1631 static bool classof(const BinaryTypeTraitExpr *) { return true; }

Completed in 49 milliseconds