Lines Matching defs:Loc
210 auto &Loc = createStorageLocation(*D); in initVars() local
369 auto &Loc = createStorageLocation(*Param); in pushCallInternal() local
415 const StorageLocation *Loc = Entry.first; in equivalentTo() local
462 const StorageLocation *Loc = Entry.first; in widen() local
531 const StorageLocation *Loc = Entry.first; in join() local
580 void Environment::setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation()
591 void Environment::setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation()
616 void Environment::setValue(const StorageLocation &Loc, Value &Val) { in setValue()
655 auto *Loc = getStorageLocation(D, SP); in getValue() local
662 auto *Loc = getStorageLocation(E, SP); in getValue() local
761 StorageLocation &Environment::skip(StorageLocation &Loc, SkipPast SP) const { in skip()
780 const StorageLocation &Environment::skip(const StorageLocation &Loc, in skip()