Searched refs:inFunctionCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10443 bool inFunctionCall, Sema::VariadicCallType CallType, 10961 bool inFunctionCall; member in __anon1d690be71f11::CheckFormatHandler 10979 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 11347 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 11417 inFunctionCall, CallType, CheckedVarArgs, in CheckPrintfHandler() 12406 inFunctionCall, CallType, CheckedVarArgs, in CheckScanfHandler() 12570 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckFormatString() argument 12576 S, inFunctionCall, Args[format_idx], in CheckFormatString() 12602 S, inFunctionCall, Args[format_idx], in CheckFormatString() 12612 S, inFunctionCall, Args[format_idx], in CheckFormatString() [all …]
|