Lines Matching refs:ThisPointeeLoc
319 RecordStorageLocation *ThisPointeeLoc) { in TraverseConstructorInits() argument
320 assert(ThisPointeeLoc != nullptr); in TraverseConstructorInits()
326 ThisPointeeLoc->getChild(*Field))); in TraverseConstructorInits()
328 PropagateResultObject(InitExpr, ThisPointeeLoc); in TraverseConstructorInits()
610 Env.ThisPointeeLoc = in pushCall()
629 Env.ThisPointeeLoc = &Env.getResultObjectLocation(*Call); in pushCall()
705 if (ThisPointeeLoc != Other.ThisPointeeLoc) in equivalentTo()
729 assert(ThisPointeeLoc == PrevEnv.ThisPointeeLoc); in widen()
766 assert(EnvA.ThisPointeeLoc == EnvB.ThisPointeeLoc); in join()
777 JoinedEnv.ThisPointeeLoc = EnvA.ThisPointeeLoc; in join()
1152 if (ThisPointeeLoc != nullptr) in dump()
1153 LocToName[ThisPointeeLoc] = "this"; in dump()
1193 OS << "ThisPointeeLoc: " << ThisPointeeLoc << "\n"; in dump()
1205 RecordStorageLocation *ThisPointeeLoc, in buildResultObjectMap() argument
1210 DACtx, FuncDecl->getBody(), ThisPointeeLoc, LocForRecordReturnVal); in buildResultObjectMap()
1214 Visitor.TraverseConstructorInits(Ctor, ThisPointeeLoc); in buildResultObjectMap()
1221 RecordStorageLocation *ThisPointeeLoc, in buildResultObjectMap() argument