Home | History | Annotate | Download | only in Sema

Lines Matching refs:TDK

572                                               Sema::TemplateDeductionResult TDK,
575 Result.Result = static_cast<unsigned>(TDK);
578 switch (TDK) {
9023 unsigned TDK = Cand->DeductionFailure.Result;
9024 if (TDK == Sema::TDK_TooFewArguments || TDK == Sema::TDK_TooManyArguments) {