Home
last modified time | relevance | path

Searched refs:CXXBoolLiteralExprBits (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DExprCXX.h715 CXXBoolLiteralExprBits.Value = Val; in CXXBoolLiteralExpr()
716 CXXBoolLiteralExprBits.Loc = Loc; in CXXBoolLiteralExpr()
723 bool getValue() const { return CXXBoolLiteralExprBits.Value; } in getValue()
724 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue()
729 SourceLocation getLocation() const { return CXXBoolLiteralExprBits.Loc; } in getLocation()
730 void setLocation(SourceLocation L) { CXXBoolLiteralExprBits.Loc = L; } in setLocation()
DStmt.h1047 CXXBoolLiteralExprBitfields CXXBoolLiteralExprBits; member