Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 15046 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15075 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15084 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15102 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15110 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15122 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr() 15133 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15268 QualType DeclInitType, MultiExprArg ArgsPtr, in CompleteConstructorCall() argument 15299 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 5729 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5740 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5751 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5775 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType); 6015 QualType DeclInitType, MultiExprArg ArgsPtr,
|