Home
last modified time | relevance | path

Searched refs:VariadicCallType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3154 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 DSemaObjC.cpp1247 Sema::VariadicCallType CallType = in CheckObjCMethodCall()
H A DSemaExpr.cpp979 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 DSemaExprCXX.cpp2340 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
H A DSemaDeclCXX.cpp16086 VariadicCallType CallType = in CompleteConstructorCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2333 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,