Searched refs:inFunctionCall (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5644 bool inFunctionCall, Sema::VariadicCallType CallType, 6159 bool inFunctionCall; member in __anon28c3fbb11b11::CheckFormatHandler 6171 bool inFunctionCall, Sema::VariadicCallType callType, in CheckFormatHandler() argument 6177 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 6214 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr, 6545 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 6610 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckPrintfHandler() argument 6615 inFunctionCall, CallType, CheckedVarArgs, in CheckPrintfHandler() 7643 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckScanfHandler() argument 7648 inFunctionCall, CallType, CheckedVarArgs, in CheckScanfHandler() [all …]
|