Home
last modified time | relevance | path

Searched refs:getDynamicAllocType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp86 return getDynamicAllocType(); in getType()
122 QualType APValue::LValueBase::getDynamicAllocType() const { in getDynamicAllocType() function in APValue::LValueBase
787 << Base.getDynamicAllocType().stream(Policy) << "#" in printPretty()
815 Out << "{*new " << Base.getDynamicAllocType().stream(Policy) << "#" in printPretty()
H A DExprConstant.cpp4138 LVal.Base.getDynamicAllocType()); in findCompleteObject()
6754 QualType AllocType = Pointer.Base.getDynamicAllocType(); in CheckDeleteKind()
11446 return B.getDynamicAllocType(); in getObjectType()
14710 QualType AllocType = Pointer.Base.getDynamicAllocType(); in VisitCXXDeleteExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h178 QualType getDynamicAllocType() const;