Home
last modified time | relevance | path

Searched refs:FieldLocs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp33 llvm::DenseMap<const ValueDecl *, StorageLocation *> FieldLocs; in getStableStorageLocation() local
35 FieldLocs.insert({Field, &getStableStorageLocation(Field->getType())}); in getStableStorageLocation()
37 std::make_unique<AggregateStorageLocation>(Type, std::move(FieldLocs))); in getStableStorageLocation()