Searched defs:CXXBoolLiteralExpr (Results 1 – 2 of 2) sorted by relevance
27 class CXXBoolLiteralExpr; variable
395 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : in CXXBoolLiteralExpr() function400 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function414 static bool classof(const CXXBoolLiteralExpr *) { return true; } in classof()