Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h375 Definition(D), Cvdecl(Cvd) { in SExpr()
380 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) { in Variable()
393 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl()
404 void setClangDecl(const ValueDecl *VD) { Cvdecl = VD; } in setClangDecl()
430 const ValueDecl *Cvdecl = nullptr; variable
645 LiteralPtr(const ValueDecl *D) : SExpr(COP_LiteralPtr), Cvdecl(D) {} in LiteralPtr()
651 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl()
652 void setClangDecl(const ValueDecl *VD) { Cvdecl = VD; } in setClangDecl()
661 if (!Cvdecl || !E->Cvdecl) in compare()
663 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
[all …]