Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 3944 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 3954 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 3971 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11257 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 11284 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor, in BuildCXXConstructExpr() 11294 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 11305 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
|