Searched refs:inFunctionCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6199 bool inFunctionCall, VariadicCallType CallType, 6803 bool inFunctionCall; member in __anon28c3fbb11f11::CheckFormatHandler 6814 bool inFunctionCall, VariadicCallType callType, in CheckFormatHandler() argument 6820 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 6862 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr, 7198 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 7262 bool inFunctionCall, VariadicCallType CallType, in CheckPrintfHandler() argument 7267 inFunctionCall, CallType, CheckedVarArgs, in CheckPrintfHandler() 7397 bool inFunctionCall, VariadicCallType CallType, in DecomposePrintfHandler() argument 7403 inFunctionCall, CallType, CheckedVarArgs, in DecomposePrintfHandler() [all …]
|