Home
last modified time | relevance | path

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

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