Home | History | Annotate | Download | only in Sema

Lines Matching refs:inFunctionCall

1936                       Sema::VariadicCallType CallType, bool InFunctionCall,
1961 Type, CallType, InFunctionCall, CheckedVarArgs);
1967 Type, CallType, InFunctionCall, CheckedVarArgs);
2019 /*InFunctionCall*/false, CheckedVarArgs);
2076 Type, CallType, InFunctionCall,
2086 InFunctionCall, CheckedVarArgs);
2104 Type, InFunctionCall, CallType, CheckedVarArgs);
2245 bool inFunctionCall;
2253 unsigned formatIdx, bool inFunctionCall,
2261 inFunctionCall(inFunctionCall), CallType(callType),
2296 static void EmitFormatDiagnostic(Sema &S, bool inFunctionCall,
2580 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag,
2587 /// \param InFunctionCall if true, the format string is within the function
2612 void CheckFormatHandler::EmitFormatDiagnostic(Sema &S, bool InFunctionCall,
2619 if (InFunctionCall) {
2653 unsigned formatIdx, bool inFunctionCall,
2658 formatIdx, inFunctionCall, CallType, CheckedVarArgs),
3275 unsigned formatIdx, bool inFunctionCall,
3280 Args, formatIdx, inFunctionCall, CallType,
3436 bool inFunctionCall, VariadicCallType CallType,
3442 *this, inFunctionCall, Args[format_idx],
3457 *this, inFunctionCall, Args[format_idx],
3467 inFunctionCall, CallType, CheckedVarArgs);
3476 inFunctionCall, CallType, CheckedVarArgs);