Searched refs:VariadicCallType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4841 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 D | SemaExpr.cpp | 929 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 D | SemaExprCXX.cpp | 2206 VariadicCallType CallType = Proto->isVariadic() ? VariadicFunction in BuildCXXNew()
|
| H A D | SemaDeclCXX.cpp | 15491 VariadicCallType CallType = in CompleteConstructorCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11400 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,
|