Searched refs:inFunctionCall (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3304 bool inFunctionCall; member in __anoncb51d7940411::CheckFormatHandler 3312 unsigned formatIdx, bool inFunctionCall, in CheckFormatHandler() argument 3320 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 3356 static void EmitFormatDiagnostic(Sema &S, bool inFunctionCall, 3637 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 3704 unsigned formatIdx, bool inFunctionCall, in CheckPrintfHandler() argument 3709 formatIdx, inFunctionCall, CallType, CheckedVarArgs), in CheckPrintfHandler() 4492 unsigned formatIdx, bool inFunctionCall, in CheckScanfHandler() argument 4497 Args, formatIdx, inFunctionCall, CallType, in CheckScanfHandler() 4664 bool inFunctionCall, VariadicCallType CallType, in CheckFormatString() argument [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9043 FormatStringType Type, bool inFunctionCall,
|