Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 14604 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 14633 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 14642 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 14660 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 14668 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 14680 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr() 14687 Context, DeclInitType, ConstructLoc, Constructor, Elidable, in BuildCXXConstructExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 5213 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5224 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5235 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5259 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
|