Home
last modified time | relevance | path

Searched refs:ConvertedArgs (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1055 ArrayRef<TemplateArgument> ConvertedArgs) in ImplicitConceptSpecializationDecl() argument
1057 NumTemplateArgs(ConvertedArgs.size()) { in ImplicitConceptSpecializationDecl()
1058 setTemplateArguments(ConvertedArgs); in ImplicitConceptSpecializationDecl()
1068 ArrayRef<TemplateArgument> ConvertedArgs) { in Create() argument
1070 additionalSizeToAlloc<TemplateArgument>(ConvertedArgs.size())) in Create()
1071 ImplicitConceptSpecializationDecl(DC, SL, ConvertedArgs); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h3229 ArrayRef<TemplateArgument> ConvertedArgs);
3235 ArrayRef<TemplateArgument> ConvertedArgs);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5701 SmallVector<TypeSourceInfo *, 4> ConvertedArgs; in ActOnTypeTrait() local
5702 ConvertedArgs.reserve(Args.size()); in ActOnTypeTrait()
5710 ConvertedArgs.push_back(TInfo); in ActOnTypeTrait()
5713 return BuildTypeTrait(Kind, KWLoc, ConvertedArgs, RParenLoc); in ActOnTypeTrait()
H A DSemaOverload.cpp7088 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument
7123 ConvertedArgs.push_back(R.get()); in convertArgsForAvailabilityChecks()
7138 ConvertedArgs.push_back(R.get()); in convertArgsForAvailabilityChecks()
7156 SmallVector<Expr *, 16> ConvertedArgs; in CheckEnableIf() local
7161 /*MissingImplicitThis=*/true, DiscardedThis, ConvertedArgs)) in CheckEnableIf()
7170 Result, Context, Function, llvm::ArrayRef(ConvertedArgs))) in CheckEnableIf()
H A DSemaDeclCXX.cpp16192 SmallVectorImpl<Expr *> &ConvertedArgs, in CompleteConstructorCall() argument
16204 ConvertedArgs.reserve(NumParams); in CompleteConstructorCall()
16206 ConvertedArgs.reserve(NumArgs); in CompleteConstructorCall()
16214 ConvertedArgs.append(AllArgs.begin(), AllArgs.end()); in CompleteConstructorCall()
H A DTreeTransform.h3470 SmallVector<Expr *, 8> ConvertedArgs; in RebuildCXXConstructExpr() local
3472 ConvertedArgs)) in RebuildCXXConstructExpr()
3477 ConvertedArgs, in RebuildCXXConstructExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6670 SmallVectorImpl<Expr *> &ConvertedArgs,