reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprCXX.h
  650     CXXBoolLiteralExprBits.Value = Val;
  651     CXXBoolLiteralExprBits.Loc = Loc;
  657   bool getValue() const { return CXXBoolLiteralExprBits.Value; }
  658   void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; }
  663   SourceLocation getLocation() const { return CXXBoolLiteralExprBits.Loc; }
  664   void setLocation(SourceLocation L) { CXXBoolLiteralExprBits.Loc = L; }