Searched refs:LocE (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 6363 OpaqueValueExpr LocE(CallLoc, Info.Ctx.IntTy, VK_RValue); in HandleDestructionImpl() local 6371 ElemLV.addArray(Info, &LocE, CAT); in HandleDestructionImpl() 6372 if (!HandleLValueArrayAdjustment(Info, &LocE, ElemLV, ElemT, Size)) in HandleDestructionImpl() 6383 if (!HandleLValueArrayAdjustment(Info, &LocE, ElemLV, ElemT, -1) || in HandleDestructionImpl() 6478 if (!HandleLValueMember(Info, &LocE, Subobject, FD, &Layout)) in HandleDestructionImpl() 6496 if (!HandleLValueDirectBase(Info, &LocE, Subobject, RD, in HandleDestructionImpl()
|