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

References

tools/clang/include/clang/AST/APValue.h
  237     APSInt Real, Imag;
  277   typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
  286   explicit APValue(APSInt I) : Kind(None) {
  298   APValue(APSInt R, APSInt I) : Kind(None) {
  298   APValue(APSInt R, APSInt I) : Kind(None) {
  380   APSInt &getInt() {
  384   const APSInt &getInt() const {
  391   bool toIntegralConstant(APSInt &Result, QualType SrcTy,
  410   APSInt &getComplexIntReal() {
  414   const APSInt &getComplexIntReal() const {
  418   APSInt &getComplexIntImag() {
  422   const APSInt &getComplexIntImag() const {
  543   void setInt(APSInt I) {
  562   void setComplexInt(APSInt R, APSInt I) {
  562   void setComplexInt(APSInt R, APSInt I) {
  602     new ((void*)Data.buffer) APSInt(1);
tools/clang/lib/AST/APValue.cpp
  713 bool APValue::toIntegralConstant(APSInt &Result, QualType SrcTy,