Lines Matching refs:createStorageLocation
210 auto &Loc = createStorageLocation(*D); in initVars()
265 auto &ParamLoc = createStorageLocation(*ParamDecl); in Environment()
272 ReturnLoc = &createStorageLocation(ReturnType); in Environment()
284 ThisPointeeLoc = &createStorageLocation(ThisPointeeType); in Environment()
369 auto &Loc = createStorageLocation(*Param); in pushCallInternal()
562 StorageLocation &Environment::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::Environment
563 return DACtx->createStorageLocation(Type); in createStorageLocation()
566 StorageLocation &Environment::createStorageLocation(const VarDecl &D) { in createStorageLocation() function in clang::dataflow::Environment
573 StorageLocation &Environment::createStorageLocation(const Expr &E) { in createStorageLocation() function in clang::dataflow::Environment
706 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential()
723 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential()