Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h8484 unsigned PrevSFINAEErrors; variable
8491 : SemaRef(SemaRef), PrevSFINAEErrors(SemaRef.NumSFINAEErrors), in SemaRef()
8504 SemaRef.NumSFINAEErrors = PrevSFINAEErrors; in ~SFINAETrap()
8514 return SemaRef.NumSFINAEErrors > PrevSFINAEErrors; in hasErrorOccurred()