Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h37 class CXXBoolLiteralExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h723 CXXBoolLiteralExpr(bool Val, QualType Ty, SourceLocation Loc) in CXXBoolLiteralExpr() function
730 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function
H A DStmt.h635 friend class CXXBoolLiteralExpr; variable