Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h356 : SExpr(COP_Variable), Name(s), Definition(D), Cvdecl(nullptr) { in SExpr()
361 Definition(D), Cvdecl(Cvd) { in SExpr()
365 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) { in Variable()
376 const clang::ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl()
387 void setClangDecl(const clang::ValueDecl *VD) { Cvdecl = VD; } in setClangDecl()
408 const clang::ValueDecl *Cvdecl; // The clang declaration for this variable. variable
631 LiteralPtr(const clang::ValueDecl *D) : SExpr(COP_LiteralPtr), Cvdecl(D) {} in LiteralPtr()
632 LiteralPtr(const LiteralPtr &R) : SExpr(R), Cvdecl(R.Cvdecl) {} in LiteralPtr()
635 const clang::ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl()
644 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
[all …]