Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15242 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-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5790 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5801 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5812 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5836 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType); 6076 QualType DeclInitType, MultiExprArg ArgsPtr,
|