Searched defs:ConvertedArgs (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 1055 ImplicitConceptSpecializationDecl(DeclContext * DC,SourceLocation SL,ArrayRef<TemplateArgument> ConvertedArgs) ImplicitConceptSpecializationDecl() argument 1068 Create(const ASTContext & C,DeclContext * DC,SourceLocation SL,ArrayRef<TemplateArgument> ConvertedArgs) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7088 convertArgsForAvailabilityChecks(Sema & S,FunctionDecl * Function,Expr * ThisArg,SourceLocation CallLoc,ArrayRef<Expr * > Args,Sema::SFINAETrap & Trap,bool MissingImplicitThis,Expr * & ConvertedThis,SmallVectorImpl<Expr * > & ConvertedArgs) convertArgsForAvailabilityChecks() argument 7156 SmallVector<Expr *, 16> ConvertedArgs; CheckEnableIf() local
|
H A D | SemaExprCXX.cpp | 5701 SmallVector<TypeSourceInfo *, 4> ConvertedArgs; ActOnTypeTrait() local
|
H A D | SemaDeclCXX.cpp | 16192 CompleteConstructorCall(CXXConstructorDecl * Constructor,QualType DeclInitType,MultiExprArg ArgsPtr,SourceLocation Loc,SmallVectorImpl<Expr * > & ConvertedArgs,bool AllowExplicit,bool IsListInitialization) CompleteConstructorCall() argument
|
H A D | TreeTransform.h | 3470 SmallVector<Expr *, 8> ConvertedArgs; RebuildCXXConstructExpr() local
|