Home
last modified time | relevance | path

Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DSema.h3944 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
3954 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
3971 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11257 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()