Searched refs:VariadicCallType (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1009 VariadicCallType CallType) { in checkCall() 1053 VariadicCallType CallType = in CheckConstructorCall() 1067 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() 1110 VariadicCallType CallType = in CheckObjCMethodCall() 1130 VariadicCallType CallType; in CheckPointerCall() 1151 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() 2421 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 2615 VariadicCallType CallType, in CheckFormatArguments() 2629 VariadicCallType CallType, in CheckFormatArguments() 2702 Sema::VariadicCallType CallType; [all …]
|
| H A D | SemaExpr.cpp | 814 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument() 860 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() 4135 Sema::VariadicCallType 4327 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() 4344 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| H A D | SemaExprCXX.cpp | 1437 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
|
| H A D | SemaDeclCXX.cpp | 11307 VariadicCallType CallType = in CompleteConstructorCall()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 7838 enum VariadicCallType { enum 7846 VariadicCallType getVariadicCallType(FunctionDecl *FDecl, 7865 void checkVariadicArgument(const Expr *E, VariadicCallType CT); 7876 VariadicCallType CallType = VariadicDoesNotApply, 7882 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, 8520 SourceRange Range, VariadicCallType CallType); 8578 VariadicCallType CallType, 8589 VariadicCallType CallType, 8595 VariadicCallType CallType,
|