Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplateDeduction.h209 PartialDiagnosticAt *getSFINAEDiagnostic();
/external/llvm-project/clang/include/clang/Sema/
DTemplateDeduction.h257 PartialDiagnosticAt *getSFINAEDiagnostic();
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp720 if (PartialDiagnosticAt *Diag = getSFINAEDiagnostic()) { in Destroy()
729 if (PartialDiagnosticAt *Diag = getSFINAEDiagnostic()) { in Destroy()
741 PartialDiagnosticAt *DeductionFailureInfo::getSFINAEDiagnostic() { in getSFINAEDiagnostic() function in DeductionFailureInfo
10870 PartialDiagnosticAt *PDiag = DeductionFailure.getSFINAEDiagnostic(); in DiagnoseBadDeduction()