Searched refs:getStorageLocation (Results 1 – 6 of 6) sorted by relevance
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()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()411 auto *Loc = Env.getStorageLocation(*Ret); in VisitReturnStmt()434 auto *VarDeclLoc = Env.getStorageLocation(*D); in VisitMemberExpr()[all …]
461 if (getStorageLocation(*D) != nullptr) in initFieldsGlobalsAndFuncs()468 if (getStorageLocation(*FD) != nullptr) in initFieldsGlobalsAndFuncs()493 cast<RecordStorageLocation>(getStorageLocation(*Arg)); in pushCall()711 StorageLocation *Environment::getStorageLocation(const ValueDecl &D) const { in getStorageLocation() function in clang::dataflow::Environment734 StorageLocation *Environment::getStorageLocation(const Expr &E) const { in getStorageLocation() function in clang::dataflow::Environment828 auto *Loc = getStorageLocation(D); in getValue()957 if (auto *InitExprLoc = getStorageLocation(*InitExpr)) in createObjectInternal()1050 Env.getStorageLocation(*ImplicitObject)); in getImplicitObjectLocation()
401 auto *InitExprLoc = Env.getStorageLocation(*InitExpr); in builtinTransferInitializer()
280 if (auto *Loc = State.Env.getStorageLocation(*E)) in recordState()
271 StorageLocation *getStorageLocation(const ValueDecl &D) const;291 StorageLocation *getStorageLocation(const Expr &E) const;301 return cast_or_null<T>(getStorageLocation(D)); in get()306 return cast_or_null<T>(getStorageLocation(E)); in get()
309 return Env.getStorageLocation(E); in getLocBehindPossiblePointer()316 if (State.Env.getStorageLocation(*UnwrapExpr) == nullptr) in transferUnwrapCall()551 if (auto *Loc = State.Env.getStorageLocation(*E->getArg(0))) in transferStdForwardCall()