Searched refs:ConvertedArgs (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConcepts.cpp | 38 ArrayRef<TemplateArgument> ConvertedArgs, in ConceptSpecializationExpr() argument 43 NumTemplateArgs(ConvertedArgs.size()), in ConceptSpecializationExpr() 47 setTemplateArguments(ConvertedArgs); in ConceptSpecializationExpr() 79 ArrayRef<TemplateArgument> ConvertedArgs, in Create() argument 82 ConvertedArgs.size())); in Create() 91 ArrayRef<TemplateArgument> ConvertedArgs, in ConceptSpecializationExpr() argument 98 NumTemplateArgs(ConvertedArgs.size()), in ConceptSpecializationExpr() 102 setTemplateArguments(ConvertedArgs); in ConceptSpecializationExpr() 116 ArrayRef<TemplateArgument> ConvertedArgs, in Create() argument 121 ConvertedArgs.size())); in Create() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprConcepts.h | 63 ArrayRef<TemplateArgument> ConvertedArgs, 67 ArrayRef<TemplateArgument> ConvertedArgs, 81 ArrayRef<TemplateArgument> ConvertedArgs, 86 ArrayRef<TemplateArgument> ConvertedArgs,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 5462 SmallVector<TypeSourceInfo *, 4> ConvertedArgs; in ActOnTypeTrait() local 5463 ConvertedArgs.reserve(Args.size()); in ActOnTypeTrait() 5471 ConvertedArgs.push_back(TInfo); in ActOnTypeTrait() 5474 return BuildTypeTrait(Kind, KWLoc, ConvertedArgs, RParenLoc); in ActOnTypeTrait()
|
| H A D | SemaOverload.cpp | 6662 Expr *&ConvertedThis, SmallVectorImpl<Expr *> &ConvertedArgs) { in convertArgsForAvailabilityChecks() argument 6697 ConvertedArgs.push_back(R.get()); in convertArgsForAvailabilityChecks() 6712 ConvertedArgs.push_back(R.get()); in convertArgsForAvailabilityChecks() 6730 SmallVector<Expr *, 16> ConvertedArgs; in CheckEnableIf() local 6735 /*MissingImplicitThis=*/true, DiscardedThis, ConvertedArgs)) in CheckEnableIf() 6744 Result, Context, Function, llvm::makeArrayRef(ConvertedArgs))) in CheckEnableIf()
|
| H A D | SemaDeclCXX.cpp | 15674 SmallVectorImpl<Expr *> &ConvertedArgs, in CompleteConstructorCall() argument 15686 ConvertedArgs.reserve(NumParams); in CompleteConstructorCall() 15688 ConvertedArgs.reserve(NumArgs); in CompleteConstructorCall() 15699 ConvertedArgs.append(AllArgs.begin(), AllArgs.end()); in CompleteConstructorCall()
|
| H A D | TreeTransform.h | 3294 SmallVector<Expr *, 8> ConvertedArgs; in RebuildCXXConstructExpr() local 3296 ConvertedArgs)) in RebuildCXXConstructExpr() 3301 ConvertedArgs, in RebuildCXXConstructExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6361 SmallVectorImpl<Expr *> &ConvertedArgs,
|