Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4841 SourceRange Range, VariadicCallType CallType) { in checkCall()
4942 VariadicCallType CallType = in CheckConstructorCall()
4961 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall()
5037 VariadicCallType CallType = in CheckObjCMethodCall()
5061 VariadicCallType CallType; in CheckPointerCall()
7530 Sema::VariadicCallType CallType,
7867 VariadicCallType CallType, in CheckFormatArguments()
7881 VariadicCallType CallType, in CheckFormatArguments()
7980 Sema::VariadicCallType CallType;
8429 Sema::VariadicCallType CallType, in CheckPrintfHandler()
[all …]
H A DSemaExpr.cpp929 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument()
976 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion()
5727 Sema::VariadicCallType
5920 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall()
5938 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
H A DSemaExprCXX.cpp2206 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
H A DSemaDeclCXX.cpp15491 VariadicCallType CallType = in CompleteConstructorCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11400 enum VariadicCallType { enum
11408 VariadicCallType getVariadicCallType(FunctionDecl *FDecl,
11427 void checkVariadicArgument(const Expr *E, VariadicCallType CT);
11450 VariadicCallType CallType = VariadicDoesNotApply,
11456 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
12529 VariadicCallType CallType);
12663 VariadicCallType CallType,
12669 VariadicCallType CallType,