Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 4193 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 4203 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 4220 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11298 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 11325 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor, in BuildCXXConstructExpr() 11335 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 11346 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
|