Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h1985 BinaryTypeTraitExpr(SourceLocation loc, BinaryTypeTrait btt, in BinaryTypeTraitExpr() function
1999 explicit BinaryTypeTraitExpr(EmptyShell Empty) in BinaryTypeTraitExpr() function
2022 static bool classof(const BinaryTypeTraitExpr *) { return true; } in classof()