Searched refs:VariadicCallType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7456 SourceRange Range, VariadicCallType CallType) { in checkCall() 7616 VariadicCallType CallType = in CheckConstructorCall() 7636 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() 7716 VariadicCallType CallType = in CheckObjCMethodCall() 7742 VariadicCallType CallType; in CheckPointerCall() 10443 bool inFunctionCall, Sema::VariadicCallType CallType, 10962 Sema::VariadicCallType CallType; 10973 bool inFunctionCall, Sema::VariadicCallType callType, in CheckFormatHandler() 11412 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckPrintfHandler() 12401 bool inFunctionCall, Sema::VariadicCallType CallType, in CheckScanfHandler() [all …]
|
| H A D | SemaExpr.cpp | 992 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument() 1039 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() 6442 Sema::VariadicCallType 6656 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() 6674 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| H A D | SemaExprCXX.cpp | 2309 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
|
| H A D | SemaDeclCXX.cpp | 16208 VariadicCallType CallType = in CompleteConstructorCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12682 enum VariadicCallType { enum 12690 VariadicCallType getVariadicCallType(FunctionDecl *FDecl, 12709 void checkVariadicArgument(const Expr *E, VariadicCallType CT); 12732 VariadicCallType CallType = VariadicDoesNotApply, 12738 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, 13870 VariadicCallType CallType); 14033 VariadicCallType CallType, SourceLocation Loc, 14039 VariadicCallType CallType, SourceLocation Loc,
|