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

/external/clang/include/clang/AST/
H A DExprCXX.h406 /// CXXBoolLiteralExpr - [C++ 2.13.5] C++ Boolean Literal.
408 class CXXBoolLiteralExpr : public Expr { class in namespace:clang
412 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : function in class:clang::CXXBoolLiteralExpr
417 explicit CXXBoolLiteralExpr(EmptyShell Empty) function in class:clang::CXXBoolLiteralExpr
431 static bool classof(const CXXBoolLiteralExpr *) { return true; }

Completed in 24 milliseconds