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