Lines Matching refs:DeclToLoc
223 DeclToLoc(Other.DeclToLoc), ExprToLoc(Other.ExprToLoc), in Environment()
407 if (DeclToLoc != Other.DeclToLoc) in equivalentTo()
456 assert(DeclToLoc.size() <= PrevEnv.DeclToLoc.size()); in widen()
487 if (DeclToLoc.size() != PrevEnv.DeclToLoc.size() || in widen()
511 JoinedEnv.DeclToLoc = intersectDenseMaps(DeclToLoc, Other.DeclToLoc); in join()
512 if (DeclToLoc.size() != JoinedEnv.DeclToLoc.size()) in join()
581 assert(DeclToLoc.find(&D) == DeclToLoc.end()); in setStorageLocation()
582 DeclToLoc[&D] = &Loc; in setStorageLocation()
587 auto It = DeclToLoc.find(&D); in getStorageLocation()
588 return It == DeclToLoc.end() ? nullptr : &skip(*It->second, SP); in getStorageLocation()
797 for (auto [D, L] : DeclToLoc) in dump()