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.h376 Definition(D), Cvdecl(Cvd) { in SExpr()
381 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) { in Variable()
394 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl()
405 void setClangDecl(const ValueDecl *VD) { Cvdecl = VD; } in setClangDecl()
431 const ValueDecl *Cvdecl = nullptr; variable
646 LiteralPtr(const ValueDecl *D) : SExpr(COP_LiteralPtr), Cvdecl(D) {} in LiteralPtr()
652 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl()
653 void setClangDecl(const ValueDecl *VD) { Cvdecl = VD; } in setClangDecl()
662 if (!Cvdecl || !E->Cvdecl) in compare()
664 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
[all …]