Searched refs:InFunctionCall (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3808 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() argument 3851 Type, CallType, InFunctionCall, in checkFormatStringExpr() 3860 Type, CallType, InFunctionCall, CheckedVarArgs, in checkFormatStringExpr() 3969 Type, CallType, InFunctionCall, in checkFormatStringExpr() 3979 InFunctionCall, CheckedVarArgs, in checkFormatStringExpr() 3998 firstDataArg, Type, InFunctionCall, CallType, in checkFormatStringExpr() 4557 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument 4560 if (InFunctionCall) { in EmitFormatDiagnostic()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7068 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() argument 7122 Type, CallType, InFunctionCall, in checkFormatStringExpr() 7132 Type, CallType, InFunctionCall, CheckedVarArgs, UncoveredArg, Offset, in checkFormatStringExpr() 7237 CallType, InFunctionCall, CheckedVarArgs, UncoveredArg, Offset, in checkFormatStringExpr() 7255 InFunctionCall, CheckedVarArgs, in checkFormatStringExpr() 7286 CallType, InFunctionCall, CheckedVarArgs, UncoveredArg, Offset, in checkFormatStringExpr() 7310 firstDataArg, Type, InFunctionCall, CallType, in checkFormatStringExpr() 7922 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument 7925 if (InFunctionCall) { in EmitFormatDiagnostic()
|