Lines Matching refs:getStorageLocation
80 auto *Loc = Env.getStorageLocation(E); in maybeUnpackLValueExpr()
103 if (auto *Loc = Env.getStorageLocation(From)) in propagateStorageLocation()
135 auto *LHSLoc = Env.getStorageLocation(*LHS); in VisitBinaryOperator()
193 auto *DeclLoc = Env.getStorageLocation(*VD); in VisitDeclRefExpr()
216 if (D.getType()->isReferenceType() && Env.getStorageLocation(D) != nullptr) in ProcessVarDecl()
219 assert(Env.getStorageLocation(D) == nullptr); in ProcessVarDecl()
243 if (auto *Loc = Env.getStorageLocation(*ME)) in ProcessVarDecl()
253 auto *VDLoc = Env.getStorageLocation(*VD); in ProcessVarDecl()
320 StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr); in VisitImplicitCastExpr()
356 if (StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr)) in VisitUnaryOperator()
411 auto *Loc = Env.getStorageLocation(*Ret); in VisitReturnStmt()
434 auto *VarDeclLoc = Env.getStorageLocation(*D); in VisitMemberExpr()
566 auto *ArgLoc = Env.getStorageLocation(*Arg); in VisitCallExpr()