Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp43 llvm::DenseMap<const ValueDecl *, StorageLocation *> FieldLocs; in createStorageLocation() local
54 FieldLocs.insert({Field, &createStorageLocation(Field->getType())}); in createStorageLocation()
56 std::make_unique<AggregateStorageLocation>(Type, std::move(FieldLocs))); in createStorageLocation()