Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp89 NumSFINAEErrors(0), InFunctionDeclarator(0), in Sema()
253 llvm::errs() << NumSFINAEErrors << " SFINAE diagnostics trapped.\n"; in PrintStats()
851 ++NumSFINAEErrors; in EmitCurrentDiagnostic()
876 ++NumSFINAEErrors; in EmitCurrentDiagnostic()
/external/clang/include/clang/Sema/
DSema.h725 unsigned NumSFINAEErrors; variable
5966 : SemaRef(SemaRef), PrevSFINAEErrors(SemaRef.NumSFINAEErrors), in SemaRef()
5977 SemaRef.NumSFINAEErrors = PrevSFINAEErrors; in ~SFINAETrap()
5985 return SemaRef.NumSFINAEErrors > PrevSFINAEErrors; in hasErrorOccurred()