Searched refs:DefaultVariadicArgumentPromotion (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1892 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], VariadicMethod, in CheckMessageArgumentTypes()
|
| H A D | SemaOverload.cpp | 6631 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], VariadicMethod, in SelectBestMethod() 14893 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], VariadicMethod, in BuildCallToObjectOfClassType()
|
| H A D | SemaExpr.cpp | 1015 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() function in Sema 6218 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
|
| H A D | SemaChecking.cpp | 7729 ExprResult Arg = DefaultVariadicArgumentPromotion( in SemaBuiltinOSLogFormat()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 11957 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
|