Searched defs:SatisfactionStackRAII (Results 1 – 1 of 1) sorted by relevance
161 struct SatisfactionStackRAII { struct162 Sema &SemaRef;163 bool Inserted = false;164 SatisfactionStackRAII(Sema &SemaRef, const NamedDecl *ND, in SatisfactionStackRAII() function172 ~SatisfactionStackRAII() { in ~SatisfactionStackRAII()