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

Definitions

tools/clang/include/clang/AST/Expr.h
 1405   llvm::APInt getValue() const { return getIntValue(); }
 1539   unsigned getValue() const { return Value; }
tools/clang/include/clang/AST/ExprCXX.h
  657   bool getValue() const { return CXXBoolLiteralExprBits.Value; }