Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h374 Definition(D), Cvdecl(Cvd) { in SExpr()
379 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) { in Variable()
429 const ValueDecl *Cvdecl = nullptr; variable
652 if (!Cvdecl || !E->Cvdecl) in compare()
654 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
658 const ValueDecl *Cvdecl;
935 return Cvdecl->getName(); in slotName()
939 Cvdecl->printName(OS); in slotName()
955 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare()
961 const ValueDecl *Cvdecl; variable
[all …]