Searched refs:isSFINAEContext (Results 1 – 10 of 10) sorted by relevance
124 assert(!isSFINAEContext() && in computeDeclContext()243 bool TreatAsComplete = !isSFINAEContext(); in RequireCompleteDeclContext()
2935 if (Pointee->isVoidType() && !isSFINAEContext()) { in ActOnCXXDelete()5334 isSFINAEContext() ? nullptr in CXXCheckConditionalOperands()6079 if (S.isSFINAEContext()) in CheckArrow()6238 if (isSFINAEContext()) in ActOnPseudoDestructorExpr()6287 if (isSFINAEContext()) in ActOnPseudoDestructorExpr()
563 Optional<TemplateDeductionInfo *> Sema::isSFINAEContext() const { in isSFINAEContext() function in Sema1862 bool Recover = Complain && !S.isSFINAEContext(); in DiagnoseUninstantiableTemplate()
967 if (Optional<TemplateDeductionInfo*> Info = isSFINAEContext()) { in EmitCurrentDiagnostic()
2214 isSFINAEContext()? diag::err_typecheck_zero_array_size in BuildArrayType()2249 if (isSFINAEContext()) { in BuildArrayType()6969 bool TreatAsComplete = Diagnoser && !isSFINAEContext(); in RequireCompleteTypeImpl()
8810 bool *BoolPtr = S.isSFINAEContext() ? nullptr : &NonStandardCompositeType; in convertPointersToCompositeType()9198 *this, Loc, LHS, RHS, /*isError*/ (bool)isSFINAEContext()); in CheckCompareOperands()9200 if (isSFINAEContext()) in CheckCompareOperands()10405 bool sfinae = (bool)isSFINAEContext(); in CheckAddressOfOperand()10406 Diag(OpLoc, isSFINAEContext() ? diag::err_typecheck_addrof_temporary in CheckAddressOfOperand()
5493 S.Diag(Loc, IsExtraneousCopy && !S.isSFINAEContext() in CopyObject()5499 if (!IsExtraneousCopy || S.isSFINAEContext()) in CopyObject()
5375 if (SemaRef.isSFINAEContext()) in diagnoseNoViableConversion()5401 if (SemaRef.isSFINAEContext()) in recordConversion()11315 CurContext->isDependentContext() && !isSFINAEContext() && in buildOverloadedCallSet()
15162 if (isSFINAEContext() || !getLangOpts().ModulesErrorRecovery) in createImplicitModuleImportForErrorRecovery()
6938 Optional<sema::TemplateDeductionInfo *> isSFINAEContext() const;6964 if (!SemaRef.isSFINAEContext()) in SemaRef()