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