Lines Matching refs:SkipPast
114 Env.getStorageLocation(D, SkipPast::None) != nullptr) in initGlobalVar()
231 auto *ArgLoc = Env.getStorageLocation(*Arg, SkipPast::Reference); in pushCall()
347 SkipPast SP) const { in getStorageLocation()
359 SkipPast SP) const { in getStorageLocation()
411 Value *Environment::getValue(const ValueDecl &D, SkipPast SP) const { in getValue()
418 Value *Environment::getValue(const Expr &E, SkipPast SP) const { in getValue()
517 StorageLocation &Environment::skip(StorageLocation &Loc, SkipPast SP) const { in skip()
519 case SkipPast::None: in skip()
521 case SkipPast::Reference: in skip()
527 case SkipPast::ReferenceThenPointer: in skip()
528 StorageLocation &LocPastRef = skip(Loc, SkipPast::Reference); in skip()
537 SkipPast SP) const { in skip()