Home
last modified time | relevance | path

Searched refs:effectName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp841 StringRef effectName = Viol1.Effect.name(); in emitDiagnostics() local
854 << 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 …]
H A DSema.cpp704 Diag(Loc, diag::warn_invalid_add_func_effects) << Diff.effectName(); in diagnoseFunctionEffectConversion()
H A DSemaDeclCXX.cpp18686 << Diff.effectName(); in CheckOverridingFunctionAttributes()
H A DSemaDecl.cpp3893 << Diff.effectName(); in MergeFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15385 StringRef effectName() const { in effectName() function