Home
last modified time | relevance | path

Searched defs:SatisfactionStackRAII (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp151 struct SatisfactionStackRAII { struct
152 Sema &SemaRef;
153 bool Inserted = false;
154 SatisfactionStackRAII(Sema &SemaRef, const NamedDecl *ND, in SatisfactionStackRAII() function
162 ~SatisfactionStackRAII() { in ~SatisfactionStackRAII()