Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 15564 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15602 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15611 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15632 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15640 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15652 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr() 15663 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15734 QualType DeclInitType, MultiExprArg ArgsPtr, in CompleteConstructorCall() argument 15762 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 6225 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6236 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6247 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6274 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType); 6514 QualType DeclInitType, MultiExprArg ArgsPtr,
|