Searched refs:getStableStorageLocation (Results 1 – 3 of 3) sorted by relevance
28 DataflowAnalysisContext::getStableStorageLocation(QualType Type) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext35 FieldLocs.insert({Field, &getStableStorageLocation(Field->getType())}); in getStableStorageLocation()43 DataflowAnalysisContext::getStableStorageLocation(const VarDecl &D) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext46 auto &Loc = getStableStorageLocation(D.getType()); in getStableStorageLocation()52 DataflowAnalysisContext::getStableStorageLocation(const Expr &E) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext55 auto &Loc = getStableStorageLocation(E.getType()); in getStableStorageLocation()66 auto &PointeeLoc = getStableStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue()
324 return DACtx->getStableStorageLocation(Type); in createStorageLocation()331 return DACtx->getStableStorageLocation(D); in createStorageLocation()338 return DACtx->getStableStorageLocation(E); in createStorageLocation()
98 StorageLocation &getStableStorageLocation(QualType Type);101 StorageLocation &getStableStorageLocation(const VarDecl &D);104 StorageLocation &getStableStorageLocation(const Expr &E);