Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp291 struct BeforeInfo { struct in clang::threadSafety::BeforeSet
295 BeforeInfo() = default;
296 BeforeInfo(BeforeInfo &&) = default;
300 llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>;
306 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
309 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
1159 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs()
1162 BeforeInfo *Info = nullptr; in insertAttrExprs()
1166 std::unique_ptr<BeforeInfo> &InfoPtr = BMap[Vd]; in insertAttrExprs()
1168 InfoPtr.reset(new BeforeInfo()); in insertAttrExprs()
[all …]