Searched refs:CXXBoolLiteralExprBits (Results 1 – 2 of 2) sorted by relevance
724 CXXBoolLiteralExprBits.Value = Val; in CXXBoolLiteralExpr()725 CXXBoolLiteralExprBits.Loc = Loc; in CXXBoolLiteralExpr()737 bool getValue() const { return CXXBoolLiteralExprBits.Value; } in getValue()738 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue()743 SourceLocation getLocation() const { return CXXBoolLiteralExprBits.Loc; } in getLocation()744 void setLocation(SourceLocation L) { CXXBoolLiteralExprBits.Loc = L; } in setLocation()
1062 CXXBoolLiteralExprBitfields CXXBoolLiteralExprBits; in alignas() member