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

Declarations

tools/clang/include/clang/AST/APValue.h
  168     QualType getDynamicAllocType() const;

References

tools/clang/lib/AST/APValue.cpp
  555             << Base.getDynamicAllocType().stream(Ctx.getPrintingPolicy()) << "#"
  587           << Base.getDynamicAllocType().stream(Ctx.getPrintingPolicy()) << "#"
  589       ElemTy = Base.getDynamicAllocType();
tools/clang/lib/AST/ExprConstant.cpp
  100       return B.getDynamicAllocType();
 3640                           LVal.Base.getDynamicAllocType());
 6063   QualType AllocType = Pointer.Base.getDynamicAllocType();
10186     return B.getDynamicAllocType();
13225   QualType AllocType = Pointer.Base.getDynamicAllocType();