Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp281 struct BeforeInfo { struct in clang::threadSafety::BeforeSet
285 BeforeInfo() = default;
286 BeforeInfo(BeforeInfo &&) = default;
290 llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>;
296 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
299 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
1078 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
1081 BeforeInfo *Info = nullptr; in insertAttrExprs()
1085 std::unique_ptr<BeforeInfo> &InfoPtr = BMap[Vd]; in insertAttrExprs()
1087 InfoPtr.reset(new BeforeInfo()); in insertAttrExprs()
[all …]