Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1137 ArrayRef<TemplateArgument> ConvertedArgs) in ImplicitConceptSpecializationDecl() argument
1139 NumTemplateArgs(ConvertedArgs.size()) { in ImplicitConceptSpecializationDecl()
1140 setTemplateArguments(ConvertedArgs); in ImplicitConceptSpecializationDecl()
1150 ArrayRef<TemplateArgument> ConvertedArgs) { in Create() argument
1152 additionalSizeToAlloc<TemplateArgument>(ConvertedArgs.size())) in Create()
1153 ImplicitConceptSpecializationDecl(DC, SL, ConvertedArgs); in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1569 SmallVector<TypeSourceInfo *, 4> ConvertedArgs; in ActOnTypeTrait() local
1570 ConvertedArgs.reserve(Args.size()); in ActOnTypeTrait()
1578 ConvertedArgs.push_back(TInfo); in ActOnTypeTrait()
1581 return BuildTypeTrait(Kind, KWLoc, ConvertedArgs, RParenLoc); in ActOnTypeTrait()
H A DSemaOverload.cpp7399 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument
7434 ConvertedArgs.push_back(R.get()); in convertArgsForAvailabilityChecks()
7449 ConvertedArgs.push_back(R.get()); in convertArgsForAvailabilityChecks()
7467 SmallVector<Expr *, 16> ConvertedArgs; in CheckEnableIf() local
7472 /*MissingImplicitThis=*/true, DiscardedThis, ConvertedArgs)) in CheckEnableIf()
7481 Result, Context, Function, llvm::ArrayRef(ConvertedArgs))) in CheckEnableIf()
H A DSemaDeclCXX.cpp16359 SmallVectorImpl<Expr *> &ConvertedArgs, in CompleteConstructorCall() argument
16371 ConvertedArgs.reserve(NumParams); in CompleteConstructorCall()
16373 ConvertedArgs.reserve(NumArgs); in CompleteConstructorCall()
16382 ConvertedArgs.append(AllArgs.begin(), AllArgs.end()); in CompleteConstructorCall()
H A DTreeTransform.h3568 SmallVector<Expr *, 8> ConvertedArgs; in RebuildCXXConstructExpr() local
3570 ConvertedArgs)) in RebuildCXXConstructExpr()
3575 ConvertedArgs, in RebuildCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h3237 ArrayRef<TemplateArgument> ConvertedArgs);
3243 ArrayRef<TemplateArgument> ConvertedArgs);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5629 SmallVectorImpl<Expr *> &ConvertedArgs,