Lines Matching refs:ExprToLoc
223 DeclToLoc(Other.DeclToLoc), ExprToLoc(Other.ExprToLoc), in Environment()
410 if (ExprToLoc != Other.ExprToLoc) in equivalentTo()
457 assert(ExprToLoc.size() <= PrevEnv.ExprToLoc.size()); in widen()
488 ExprToLoc.size() != PrevEnv.ExprToLoc.size() || in widen()
515 JoinedEnv.ExprToLoc = intersectDenseMaps(ExprToLoc, Other.ExprToLoc); in join()
516 if (ExprToLoc.size() != JoinedEnv.ExprToLoc.size()) in join()
593 assert(ExprToLoc.find(&CanonE) == ExprToLoc.end()); in setStorageLocation()
594 ExprToLoc[&CanonE] = &Loc; in setStorageLocation()
600 auto It = ExprToLoc.find(&ignoreCFGOmittedNodes(E)); in getStorageLocation()
601 return It == ExprToLoc.end() ? nullptr : &skip(*It->second, SP); in getStorageLocation()
801 for (auto [E, L] : ExprToLoc) in dump()