Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15441 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15479 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15488 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15506 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15514 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15526 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr() 15537 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15672 QualType DeclInitType, MultiExprArg ArgsPtr, in CompleteConstructorCall() argument 15703 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6073 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6084 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6095 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6119 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType); 6359 QualType DeclInitType, MultiExprArg ArgsPtr,
|