Searched defs:SatisfactionStackRAII (Results 1 – 1 of 1) sorted by relevance
151 struct SatisfactionStackRAII { struct152 Sema &SemaRef;153 bool Inserted = false;154 SatisfactionStackRAII(Sema &SemaRef, const NamedDecl *ND, in SatisfactionStackRAII() function162 ~SatisfactionStackRAII() { in ~SatisfactionStackRAII()