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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h427 class CXXBoolLiteralExpr : public Expr { class in namespace:clang
431 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : function in class:clang::CXXBoolLiteralExpr
436 explicit CXXBoolLiteralExpr(EmptyShell Empty) function in class:clang::CXXBoolLiteralExpr

Completed in 45 milliseconds