Searched refs:InFunctionCall (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 2855 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() argument 2880 Type, CallType, InFunctionCall, CheckedVarArgs); in checkFormatStringExpr() 2886 Type, CallType, InFunctionCall, CheckedVarArgs); in checkFormatStringExpr() 2992 Type, CallType, InFunctionCall, in checkFormatStringExpr() 3002 InFunctionCall, CheckedVarArgs); in checkFormatStringExpr() 3020 Type, InFunctionCall, CallType, CheckedVarArgs); in checkFormatStringExpr() 3502 void CheckFormatHandler::EmitFormatDiagnostic(Sema &S, bool InFunctionCall, in EmitFormatDiagnostic() argument 3509 if (InFunctionCall) { in EmitFormatDiagnostic()
|