Searched refs:VariadicCallType (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 720 VariadicCallType CallType) { in checkCall() 774 VariadicCallType CallType = in CheckConstructorCall() 788 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, in CheckFunctionCall() 828 VariadicCallType CallType = in CheckObjCMethodCall() 848 VariadicCallType CallType; in CheckPointerCall() 871 VariadicCallType CallType = getVariadicCallType(/*FDecl=*/0, Proto, in CheckOtherCall() 1979 Sema::VariadicCallType CallType, bool InFunctionCall, in checkFormatStringExpr() 2223 VariadicCallType CallType, in CheckFormatArguments() 2237 VariadicCallType CallType, in CheckFormatArguments() 2310 Sema::VariadicCallType CallType; [all …]
|
| HD | SemaExpr.cpp | 788 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) { in checkVariadicArgument() 827 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() 3941 Sema::VariadicCallType 4139 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn); in ConvertArgumentsForCall() 4158 VariadicCallType CallType, in GatherArgumentsForCall()
|
| HD | SemaExprCXX.cpp | 1385 VariadicCallType CallType = in BuildCXXNew()
|
| HD | SemaDeclCXX.cpp | 10536 VariadicCallType CallType = in CompleteConstructorCall()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7179 enum VariadicCallType { enum 7187 VariadicCallType getVariadicCallType(FunctionDecl *FDecl, 7205 void checkVariadicArgument(const Expr *E, VariadicCallType CT); 7215 VariadicCallType CallType = VariadicDoesNotApply, 7221 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, 7838 VariadicCallType CallType); 7887 VariadicCallType CallType, 7894 VariadicCallType CallType, 7900 VariadicCallType CallType,
|