Searched refs:Cvdecl (Results 1 – 1 of 1) sorted by relevance
375 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; variable645 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 …]