Searched refs:createStorageLocation (Results 1 – 6 of 6) sorted by relevance
63 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::DataflowAnalysisContext70 FieldLocs.insert({Field, &createStorageLocation( in createStorageLocation()77 &createStorageLocation(Entry.getValue().getNonReferenceType())}); in createStorageLocation()108 auto &Loc = createStorageLocation(D.getType().getNonReferenceType()); in getStableStorageLocation()119 auto &Loc = createStorageLocation(CanonE.getType()); in getStableStorageLocation()130 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue()
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::Environment832 return DACtx->createStorageLocation(Type); in createStorageLocation()835 StorageLocation &Environment::createStorageLocation(const ValueDecl &D) { in createStorageLocation() function in clang::dataflow::Environment842 StorageLocation &Environment::createStorageLocation(const Expr &E) { in createStorageLocation() function in clang::dataflow::Environment856 &Loc == &createStorageLocation(D)); in setStorageLocation()1019 return createStorageLocation(Ty.getNonReferenceType()); in createLocAndMaybeValue()1026 auto &Loc = cast<RecordStorageLocation>(createStorageLocation(Ty)); in createLocAndMaybeValue()[all …]
663 StorageLocation &Loc = Env.createStorageLocation(*S); in VisitMaterializeTemporaryExpr()
292 StorageLocation &createStorageLocation(QualType Type);297 StorageLocation &createStorageLocation(const ValueDecl &D);302 StorageLocation &createStorageLocation(const Expr &E);
105 StorageLocation &createStorageLocation(QualType Type);
480 Loc = &cast<RecordStorageLocation>(State.Env.createStorageLocation(*E)); in transferCallReturningOptional()