Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp6436 static bool HandleDestructionImpl(EvalInfo &Info, SourceLocation CallLoc, in HandleDestructionImpl() function
6474 !HandleDestructionImpl(Info, CallLoc, ElemLV, Elem, ElemT)) in HandleDestructionImpl()
6572 if (!HandleDestructionImpl(Info, CallLoc, Subobject, *SubobjectValue, in HandleDestructionImpl()
6591 if (!HandleDestructionImpl(Info, CallLoc, Subobject, *SubobjectValue, in HandleDestructionImpl()
6612 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
6646 return HandleDestructionImpl(Info, Loc, LV, Value, T); in HandleDestruction()