Searched defs:DeclInitType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11432 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
11461 return BuildCXXConstructExpr(ConstructLoc, DeclInitType,
11470 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
11488 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs,
11496 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
11508 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) &&
11513 Context, DeclInitType, ConstructLoc, Constructor, Elidable,

Completed in 119 milliseconds