Searched refs:inFunctionCall (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2701 bool inFunctionCall; member in __anon0a2745240411::CheckFormatHandler 2709 unsigned formatIdx, bool inFunctionCall, in CheckFormatHandler() argument 2717 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 2753 static void EmitFormatDiagnostic(Sema &S, bool inFunctionCall, 3034 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 3107 unsigned formatIdx, bool inFunctionCall, in CheckPrintfHandler() argument 3112 formatIdx, inFunctionCall, CallType, CheckedVarArgs), in CheckPrintfHandler() 3805 unsigned formatIdx, bool inFunctionCall, in CheckScanfHandler() argument 3810 Args, formatIdx, inFunctionCall, CallType, in CheckScanfHandler() 3967 bool inFunctionCall, VariadicCallType CallType, in CheckFormatString() argument [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 8577 FormatStringType Type, bool inFunctionCall,
|