Searched refs:createStorageLocation (Results 1 – 6 of 6) sorted by relevance
62 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::DataflowAnalysisContext69 FieldLocs.insert({Field, &createStorageLocation( in createStorageLocation()76 &createStorageLocation(Entry.getValue().getNonReferenceType())}); in createStorageLocation()107 auto &Loc = createStorageLocation(D.getType().getNonReferenceType()); in getStableStorageLocation()118 auto &Loc = createStorageLocation(CanonE.getType()); in getStableStorageLocation()129 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue()
470 auto &Loc = createStorageLocation(FD->getType()); in initFieldsGlobalsAndFuncs()688 StorageLocation &Environment::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::Environment689 return DACtx->createStorageLocation(Type); in createStorageLocation()692 StorageLocation &Environment::createStorageLocation(const ValueDecl &D) { in createStorageLocation() function in clang::dataflow::Environment699 StorageLocation &Environment::createStorageLocation(const Expr &E) { in createStorageLocation() function in clang::dataflow::Environment931 return createStorageLocation(Ty.getNonReferenceType()); in createLocAndMaybeValue()939 return createStorageLocation(Ty); in createLocAndMaybeValue()944 StorageLocation &Loc = createStorageLocation(Ty); in createLocAndMaybeValue()991 D ? createStorageLocation(*D) : createStorageLocation(Ty); in createObjectInternal()
606 StorageLocation &Loc = Env.createStorageLocation(*S); in VisitMaterializeTemporaryExpr()
250 StorageLocation &createStorageLocation(QualType Type);255 StorageLocation &createStorageLocation(const ValueDecl &D);260 StorageLocation &createStorageLocation(const Expr &E);
117 StorageLocation &createStorageLocation(QualType Type);
411 Loc = &cast<RecordStorageLocation>(State.Env.createStorageLocation(*E)); in transferCallReturningOptional()