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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h645 class CXXBoolLiteralExpr : public Expr { class in namespace:clang
647 CXXBoolLiteralExpr(bool Val, QualType Ty, SourceLocation Loc) function in class:clang::CXXBoolLiteralExpr
654 explicit CXXBoolLiteralExpr(EmptyShell Empty) function in class:clang::CXXBoolLiteralExpr

Completed in 157 milliseconds