reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
404 getObjectUnderConstruction(State, CE, LCtx)) { 410 State = finishObjectConstruction(State, CE, LCtx); 412 State = State->BindExpr(CE, LCtx, State->getSVal(*L, CE->getType())); 429 prepareForObjectConstruction(CE, State, LCtx, CC, CallOpts); 436 LCtx->getStackFrame()->getCallSite()); 458 if (dyn_cast_or_null<InitListExpr>(LCtx->getParentMap().getParent(CE))) { 460 Target = loc::MemRegionVal(MRMgr.getCXXTempObjectRegion(CE, LCtx)); 466 const CXXMethodDecl *CurCtor = cast<CXXMethodDecl>(LCtx->getDecl()); 468 LCtx->getStackFrame()); 499 CEMgr.getCXXConstructorCall(CE, Target.getAsRegion(), State, LCtx); 525 State = State->bindDefaultZero(Target, LCtx); 561 const AnalysisDeclContext *ADC = LCtx->getAnalysisDeclContext();