Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp11432 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
11461 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr()
11470 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
11488 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
11496 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
11508 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr()
11513 Context, DeclInitType, ConstructLoc, Constructor, Elidable, in BuildCXXConstructExpr()
/external/clang/include/clang/Sema/
DSema.h4293 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
4304 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
4315 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
4333 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);