Searched refs:VariadicCallType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5905 SourceRange Range, VariadicCallType CallType) { in checkCall() 6012 VariadicCallType CallType = in CheckConstructorCall() 6031 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() 6109 VariadicCallType CallType = in CheckObjCMethodCall() 6135 VariadicCallType CallType; in CheckPointerCall() 6155 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() 8714 bool inFunctionCall, Sema::VariadicCallType CallType, 8729 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 9117 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 9133 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() [all …]
|
| H A D | SemaExpr.cpp | 972 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument() 1019 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() 6159 Sema::VariadicCallType 6352 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() 6370 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| H A D | SemaExprCXX.cpp | 2269 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
|
| H A D | SemaDeclCXX.cpp | 15752 VariadicCallType CallType = in CompleteConstructorCall()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 12268 enum VariadicCallType { enum 12276 VariadicCallType getVariadicCallType(FunctionDecl *FDecl, 12295 void checkVariadicArgument(const Expr *E, VariadicCallType CT); 12318 VariadicCallType CallType = VariadicDoesNotApply, 12324 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, 13441 VariadicCallType CallType); 13582 VariadicCallType CallType, SourceLocation Loc, 13588 VariadicCallType CallType, SourceLocation Loc,
|