Searched refs:HandleDestructionImpl (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 6346 static bool HandleDestructionImpl(EvalInfo &Info, SourceLocation CallLoc, in HandleDestructionImpl() function 6384 !HandleDestructionImpl(Info, CallLoc, ElemLV, Elem, ElemT)) in HandleDestructionImpl() 6482 if (!HandleDestructionImpl(Info, CallLoc, Subobject, *SubobjectValue, in HandleDestructionImpl() 6501 if (!HandleDestructionImpl(Info, CallLoc, Subobject, *SubobjectValue, in HandleDestructionImpl() 6522 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found() 6556 return HandleDestructionImpl(Info, Loc, LV, Value, T); in HandleDestruction()
|