Searched refs:inFunctionCall (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8714 bool inFunctionCall, Sema::VariadicCallType CallType, 9231 bool inFunctionCall; member in __anon9b6cdc881d11::CheckFormatHandler 9243 bool inFunctionCall, Sema::VariadicCallType callType, in CheckFormatHandler() argument 9249 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 9286 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr, 9617 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 9682 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckPrintfHandler() argument 9687 inFunctionCall, CallType, CheckedVarArgs, in CheckPrintfHandler() 10679 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckScanfHandler() argument 10684 inFunctionCall, CallType, CheckedVarArgs, in CheckScanfHandler() [all …]
|