Searched refs:VariadicCallType (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3154 SourceRange Range, VariadicCallType CallType) { in checkCall() 3346 VariadicCallType CallType = in CheckConstructorCall() 3364 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() 3456 VariadicCallType CallType; in CheckPointerCall() 3474 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto, in CheckOtherCall() 5644 bool inFunctionCall, Sema::VariadicCallType CallType, 5659 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 6046 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 6062 VariadicCallType CallType, SourceLocation Loc, in CheckFormatArguments() 6160 Sema::VariadicCallType CallType; [all …]
|
H A D | SemaObjC.cpp | 1247 Sema::VariadicCallType CallType = in CheckObjCMethodCall()
|
H A D | SemaExpr.cpp | 979 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument() 1024 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() 5650 Sema::VariadicCallType 5880 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() 5898 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
H A D | SemaExprCXX.cpp | 2340 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
|
H A D | SemaDeclCXX.cpp | 16086 VariadicCallType CallType = in CompleteConstructorCall()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 2333 enum VariadicCallType { enum 2359 VariadicCallType CallType); 2559 VariadicCallType CallType, SourceLocation Loc, 2565 VariadicCallType CallType, SourceLocation Loc, 7532 VariadicCallType getVariadicCallType(FunctionDecl *FDecl, 7553 void checkVariadicArgument(const Expr *E, VariadicCallType CT); 7561 VariadicCallType CallType = VariadicDoesNotApply, 7567 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
|