Searched refs:DefaultVariadicArgumentPromotion (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1714 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], VariadicMethod, in CheckMessageArgumentTypes()
|
| H A D | SemaOverload.cpp | 6251 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], VariadicMethod, in SelectBestMethod() 13368 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], VariadicMethod, in BuildCallToObjectOfClassType()
|
| H A D | SemaExpr.cpp | 881 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, in DefaultVariadicArgumentPromotion() function in Sema 5073 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl); in GatherArgumentsForCall()
|
| H A D | SemaChecking.cpp | 5927 ExprResult Arg = DefaultVariadicArgumentPromotion( in SemaBuiltinOSLogFormat()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 9505 ExprResult DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
|