Home
last modified time | relevance | path

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

/freebsd/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
802 << Base.getDynamicAllocType().stream(Policy) << "#" in printPretty()
830 Out << "{*new " << Base.getDynamicAllocType().stream(Policy) << "#" in printPretty()
H A DTextNodeDumper.cpp749 auto BDA = B.getDynamicAllocType(); in Visit()
H A DExprConstant.cpp4496 LVal.Base.getDynamicAllocType()); in findCompleteObject()
7231 QualType AllocType = Pointer.Base.getDynamicAllocType(); in CheckDeleteKind()
12593 return B.getDynamicAllocType(); in getObjectType()
16577 QualType AllocType = Pointer.Base.getDynamicAllocType(); in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td466 elemTy = lvalueBase.getDynamicAllocType();
510 : node.getLValueBase().getDynamicAllocType()
H A DAPValue.h177 QualType getDynamicAllocType() const;