Searched refs:CXXBoolLiteralExprBits (Results 1 – 2 of 2) sorted by relevance
715 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()
1047 CXXBoolLiteralExprBitfields CXXBoolLiteralExprBits; member