Searched refs:effectName (Results 1 – 5 of 5) sorted by relevance
841 StringRef effectName = Viol1.Effect.name(); in emitDiagnostics() local854 << GetCallableDeclKind(CInfo.CDecl, &Viol1) << effectName in emitDiagnostics()861 << GetCallableDeclKind(CInfo.CDecl, &Viol1) << effectName; in emitDiagnostics()871 << GetCallableDeclKind(CInfo.CDecl, &Viol1) << effectName in emitDiagnostics()892 << Indirect_VirtualMethod << effectName; in emitDiagnostics()896 << Indirect_FunctionPtr << effectName; in emitDiagnostics()900 << GetCallableDeclKind(CInfo.CDecl, nullptr) << effectName in emitDiagnostics()907 << effectName; in emitDiagnostics()923 << GetCallableDeclKind(CalleeInfo.CDecl, nullptr) << effectName in emitDiagnostics()928 << Indirect_FunctionPtr << effectName; in emitDiagnostics()[all …]
704 Diag(Loc, diag::warn_invalid_add_func_effects) << Diff.effectName(); in diagnoseFunctionEffectConversion()
18686 << Diff.effectName(); in CheckOverridingFunctionAttributes()
3893 << Diff.effectName(); in MergeFunctionDecl()
15385 StringRef effectName() const { in effectName() function