Searched refs:inFunctionCall (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 8714 bool inFunctionCall, Sema::VariadicCallType CallType, 9231 bool inFunctionCall; member in __anon3d5b5bfe1d11::CheckFormatHandler 9249 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 9617 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 9687 inFunctionCall, CallType, CheckedVarArgs, in CheckPrintfHandler() 10684 inFunctionCall, CallType, CheckedVarArgs, in CheckScanfHandler() 10848 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckFormatString() argument 10854 S, inFunctionCall, Args[format_idx], in CheckFormatString() 10880 S, inFunctionCall, Args[format_idx], in CheckFormatString() 10890 S, inFunctionCall, Args[format_idx], in CheckFormatString() [all …]
|