Lines Matching refs:createStorageLocation
514 createStorageLocation(InitialTargetFunc->getReturnType())); in initialize()
547 cast<RecordStorageLocation>(createStorageLocation(ThisPointeeType)); in initialize()
588 auto &Loc = createStorageLocation(*FD); in initFieldsGlobalsAndFuncs()
831 StorageLocation &Environment::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::Environment
832 return DACtx->createStorageLocation(Type); in createStorageLocation()
835 StorageLocation &Environment::createStorageLocation(const ValueDecl &D) { in createStorageLocation() function in clang::dataflow::Environment
842 StorageLocation &Environment::createStorageLocation(const Expr &E) { in createStorageLocation() function in clang::dataflow::Environment
856 &Loc == &createStorageLocation(D)); in setStorageLocation()
1019 return createStorageLocation(Ty.getNonReferenceType()); in createLocAndMaybeValue()
1026 auto &Loc = cast<RecordStorageLocation>(createStorageLocation(Ty)); in createLocAndMaybeValue()
1031 StorageLocation &Loc = createStorageLocation(Ty); in createLocAndMaybeValue()
1104 D ? createStorageLocation(*D) : createStorageLocation(Ty); in createObjectInternal()