Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp4141 SourceRange Range, VariadicCallType CallType) { in checkCall()
4199 VariadicCallType CallType = in CheckConstructorCall()
4213 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall()
4263 VariadicCallType CallType = in CheckObjCMethodCall()
4287 VariadicCallType CallType; in CheckPointerCall()
6319 Sema::VariadicCallType CallType,
6628 VariadicCallType CallType, in CheckFormatArguments()
6642 VariadicCallType CallType, in CheckFormatArguments()
6741 Sema::VariadicCallType CallType;
7190 Sema::VariadicCallType CallType, in CheckPrintfHandler()
[all …]
H A DSemaExpr.cpp834 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument()
881 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion()
4779 Sema::VariadicCallType
4969 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall()
4986 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
H A DSemaExprCXX.cpp2078 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
H A DSemaDeclCXX.cpp13109 VariadicCallType CallType = in CompleteConstructorCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9461 enum VariadicCallType { enum
9469 VariadicCallType getVariadicCallType(FunctionDecl *FDecl,
9488 void checkVariadicArgument(const Expr *E, VariadicCallType CT);
9499 VariadicCallType CallType = VariadicDoesNotApply,
9505 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
10493 VariadicCallType CallType);
10576 VariadicCallType CallType,
10582 VariadicCallType CallType,