Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6357 static bool HandleDestructionImpl(EvalInfo &Info, SourceLocation CallLoc, in HandleDestructionImpl() function
6395 !HandleDestructionImpl(Info, CallLoc, ElemLV, Elem, ElemT)) in HandleDestructionImpl()
6493 if (!HandleDestructionImpl(Info, CallLoc, Subobject, *SubobjectValue, in HandleDestructionImpl()
6512 if (!HandleDestructionImpl(Info, CallLoc, Subobject, *SubobjectValue, in HandleDestructionImpl()
6533 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
6567 return HandleDestructionImpl(Info, Loc, LV, Value, T); in HandleDestruction()