Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
637 LiteralPtr(const ValueDecl *D) : SExpr(COP_LiteralPtr), Cvdecl(D) { in LiteralPtr()
645 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl()
654 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
658 const ValueDecl *Cvdecl;
915 : SExpr(COP_Project), Rec(R), Cvdecl(Cvd) { in Project()
[all …]