Searched refs:VariadicCallType (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 1308 VariadicCallType CallType) { in checkCall() 1361 VariadicCallType CallType = in CheckConstructorCall() 1375 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() 1417 VariadicCallType CallType = in CheckObjCMethodCall() 1441 VariadicCallType CallType; in CheckPointerCall() 1461 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() 2855 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 3051 VariadicCallType CallType, in CheckFormatArguments() 3065 VariadicCallType CallType, in CheckFormatArguments() 3138 Sema::VariadicCallType CallType; [all …]
|
| HD | SemaExpr.cpp | 874 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument() 920 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() 4224 Sema::VariadicCallType 4415 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() 4432 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| HD | SemaExprCXX.cpp | 1522 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
|
| HD | SemaDeclCXX.cpp | 11455 VariadicCallType CallType = in CompleteConstructorCall()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 8080 enum VariadicCallType { enum 8088 VariadicCallType getVariadicCallType(FunctionDecl *FDecl, 8107 void checkVariadicArgument(const Expr *E, VariadicCallType CT); 8118 VariadicCallType CallType = VariadicDoesNotApply, 8124 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, 8772 VariadicCallType CallType); 8837 VariadicCallType CallType, 8848 VariadicCallType CallType, 8854 VariadicCallType CallType,
|