Searched refs:inFunctionCall (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2874 bool inFunctionCall; member in __anon817ecb130411::CheckFormatHandler 2882 unsigned formatIdx, bool inFunctionCall, in CheckFormatHandler() argument 2890 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler() 2926 static void EmitFormatDiagnostic(Sema &S, bool inFunctionCall, 3207 EmitFormatDiagnostic(S, inFunctionCall, Args[FormatIdx], PDiag, in EmitFormatDiagnostic() 3274 unsigned formatIdx, bool inFunctionCall, in CheckPrintfHandler() argument 3279 formatIdx, inFunctionCall, CallType, CheckedVarArgs), in CheckPrintfHandler() 4017 unsigned formatIdx, bool inFunctionCall, in CheckScanfHandler() argument 4022 Args, formatIdx, inFunctionCall, CallType, in CheckScanfHandler() 4189 bool inFunctionCall, VariadicCallType CallType, in CheckFormatString() argument [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8518 FormatStringType Type, bool inFunctionCall,
|