Searched refs:inFunctionCall (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 3137 bool inFunctionCall; member in __anon251ec82a0411::CheckFormatHandler 3145 unsigned formatIdx, bool inFunctionCall, in CheckFormatHandler() argument 3153 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 3189 static void EmitFormatDiagnostic(Sema &S, bool inFunctionCall, 3470 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 3537 unsigned formatIdx, bool inFunctionCall, in CheckPrintfHandler() argument 3542 formatIdx, inFunctionCall, CallType, CheckedVarArgs), in CheckPrintfHandler() 4325 unsigned formatIdx, bool inFunctionCall, in CheckScanfHandler() argument 4330 Args, formatIdx, inFunctionCall, CallType, in CheckScanfHandler() 4497 bool inFunctionCall, VariadicCallType CallType, in CheckFormatString() argument [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 8836 FormatStringType Type, bool inFunctionCall,
|