Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp86 return getDynamicAllocType(); in getType()
122 QualType APValue::LValueBase::getDynamicAllocType() const { in getDynamicAllocType() function in APValue::LValueBase
789 << Base.getDynamicAllocType().stream(Policy) << "#" in printPretty()
817 Out << "{*new " << Base.getDynamicAllocType().stream(Policy) << "#" in printPretty()
H A DExprConstant.cpp4203 LVal.Base.getDynamicAllocType()); in findCompleteObject()
6862 QualType AllocType = Pointer.Base.getDynamicAllocType(); in CheckDeleteKind()
11782 return B.getDynamicAllocType(); in getObjectType()
15272 QualType AllocType = Pointer.Base.getDynamicAllocType(); in VisitCXXDeleteExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td459 elemTy = lvalueBase.getDynamicAllocType();
503 : node.getLValueBase().getDynamicAllocType()
H A DAPValue.h178 QualType getDynamicAllocType() const;