Searched defs:SatisfactionStackRAII (Results 1 – 1 of 1) sorted by relevance
163 struct SatisfactionStackRAII { struct164 Sema &SemaRef;165 bool Inserted = false;166 SatisfactionStackRAII(Sema &SemaRef, const NamedDecl *ND, in SatisfactionStackRAII() function174 ~SatisfactionStackRAII() { in ~SatisfactionStackRAII()