Home | History | Annotate | Download | only in Sema

Lines Matching refs:inFunctionCall

2017                       Sema::VariadicCallType CallType, bool InFunctionCall,
2042 Type, CallType, InFunctionCall, CheckedVarArgs);
2048 Type, CallType, InFunctionCall, CheckedVarArgs);
2100 /*InFunctionCall*/false, CheckedVarArgs);
2154 Type, CallType, InFunctionCall,
2164 InFunctionCall, CheckedVarArgs);
2182 Type, InFunctionCall, CallType, CheckedVarArgs);
2297 bool inFunctionCall;
2305 unsigned formatIdx, bool inFunctionCall,
2313 inFunctionCall(inFunctionCall), CallType(callType),
2349 static void EmitFormatDiagnostic(Sema &S, bool inFunctionCall,
2630 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag,
2637 /// \param InFunctionCall if true, the format string is within the function
2662 void CheckFormatHandler::EmitFormatDiagnostic(Sema &S, bool InFunctionCall,
2669 if (InFunctionCall) {
2703 unsigned formatIdx, bool inFunctionCall,
2708 formatIdx, inFunctionCall, CallType, CheckedVarArgs),
3354 unsigned formatIdx, bool inFunctionCall,
3359 Args, formatIdx, inFunctionCall, CallType,
3516 bool inFunctionCall, VariadicCallType CallType,
3522 *this, inFunctionCall, Args[format_idx],
3543 *this, inFunctionCall, Args[format_idx],
3553 *this, inFunctionCall, Args[format_idx],
3563 inFunctionCall, CallType, CheckedVarArgs);
3572 inFunctionCall, CallType, CheckedVarArgs);