Searched refs:HandleDestructionImpl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6598 static bool HandleDestructionImpl(EvalInfo &Info, SourceRange CallRange, in HandleDestructionImpl() function 6640 !HandleDestructionImpl(Info, CallRange, ElemLV, Elem, ElemT)) in HandleDestructionImpl() 6741 if (!HandleDestructionImpl(Info, CallRange, Subobject, *SubobjectValue, in HandleDestructionImpl() 6760 if (!HandleDestructionImpl(Info, CallRange, Subobject, *SubobjectValue, in HandleDestructionImpl() 6781 return HandleDestructionImpl(Info, E->getSourceRange(), This, Subobj, in found() 6815 return HandleDestructionImpl(Info, Loc, LV, Value, T); in HandleDestruction()
|