Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp124 assert(!isSFINAEContext() && in computeDeclContext()
243 bool TreatAsComplete = !isSFINAEContext(); in RequireCompleteDeclContext()
DSemaExprCXX.cpp2935 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()
DSemaTemplateInstantiate.cpp563 Optional<TemplateDeductionInfo *> Sema::isSFINAEContext() const { in isSFINAEContext() function in Sema
1862 bool Recover = Complain && !S.isSFINAEContext(); in DiagnoseUninstantiableTemplate()
DSema.cpp967 if (Optional<TemplateDeductionInfo*> Info = isSFINAEContext()) { in EmitCurrentDiagnostic()
DSemaType.cpp2214 isSFINAEContext()? diag::err_typecheck_zero_array_size in BuildArrayType()
2249 if (isSFINAEContext()) { in BuildArrayType()
6969 bool TreatAsComplete = Diagnoser && !isSFINAEContext(); in RequireCompleteTypeImpl()
DSemaExpr.cpp8810 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()
DSemaInit.cpp5493 S.Diag(Loc, IsExtraneousCopy && !S.isSFINAEContext() in CopyObject()
5499 if (!IsExtraneousCopy || S.isSFINAEContext()) in CopyObject()
DSemaOverload.cpp5375 if (SemaRef.isSFINAEContext()) in diagnoseNoViableConversion()
5401 if (SemaRef.isSFINAEContext()) in recordConversion()
11315 CurContext->isDependentContext() && !isSFINAEContext() && in buildOverloadedCallSet()
DSemaDecl.cpp15162 if (isSFINAEContext() || !getLangOpts().ModulesErrorRecovery) in createImplicitModuleImportForErrorRecovery()
/external/clang/include/clang/Sema/
DSema.h6938 Optional<sema::TemplateDeductionInfo *> isSFINAEContext() const;
6964 if (!SemaRef.isSFINAEContext()) in SemaRef()