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;
  657   bool getValue() const { return CXXBoolLiteralExprBits.Value; }
  658   void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; }