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

References

tools/clang/include/clang/AST/APValue.h
   44   const Type *getType() const { return T; }
   45   explicit operator bool() const { return T; }
   47   void *getOpaqueValue() { return const_cast<Type*>(T); }
   50     V.T = reinterpret_cast<const Type*>(Value);