Home
last modified time | relevance | path

Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15242 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
15280 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr()
15289 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
15307 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
15315 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
15327 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr()
15338 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
15473 QualType DeclInitType, MultiExprArg ArgsPtr, in CompleteConstructorCall() argument
15504 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h5793 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
5804 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
5815 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
5839 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
6079 QualType DeclInitType, MultiExprArg ArgsPtr,