Searched refs:GetCallableDeclKind (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFunctionEffects.cpp | 634 << GetCallableDeclKind(D, nullptr) << Effect.name(); in verifyDecl() 781 static CallableDeclKind GetCallableDeclKind(const Decl *D, in GetCallableDeclKind() function in __anon1adc617b0111::Analyzer 854 << GetCallableDeclKind(CInfo.CDecl, &Viol1) << effectName in emitDiagnostics() 861 << GetCallableDeclKind(CInfo.CDecl, &Viol1) << effectName; in emitDiagnostics() 871 << GetCallableDeclKind(CInfo.CDecl, &Viol1) << effectName in emitDiagnostics() 872 << GetCallableDeclKind(CalleeInfo.CDecl, nullptr) << CalleeName; in emitDiagnostics() 900 << GetCallableDeclKind(CInfo.CDecl, nullptr) << effectName in emitDiagnostics() 923 << GetCallableDeclKind(CalleeInfo.CDecl, nullptr) << effectName in emitDiagnostics() 936 << GetCallableDeclKind(CalleeInfo.CDecl, &Viol2) << effectName in emitDiagnostics() 943 << GetCallableDeclKind(CalleeInfo.CDecl, &Viol2) << effectName in emitDiagnostics() [all …]
|