Searched refs:InFunctionCall (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2592 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() argument 2617 Type, CallType, InFunctionCall, CheckedVarArgs); in checkFormatStringExpr() 2623 Type, CallType, InFunctionCall, CheckedVarArgs); in checkFormatStringExpr() 2729 Type, CallType, InFunctionCall, in checkFormatStringExpr() 2739 InFunctionCall, CheckedVarArgs); in checkFormatStringExpr() 2757 Type, InFunctionCall, CallType, CheckedVarArgs); in checkFormatStringExpr() 3239 void CheckFormatHandler::EmitFormatDiagnostic(Sema &S, bool InFunctionCall, in EmitFormatDiagnostic() argument 3246 if (InFunctionCall) { in EmitFormatDiagnostic()
|