Searched refs:BuildCXXConstructExpr (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2541 = S.BuildCXXConstructExpr(CastLoc, Ty, cast<CXXConstructorDecl>(Method),
2691 return BuildCXXConstructExpr(/*FIXME:ConstructLoc*/SourceLocation(),
2699 return BuildCXXConstructExpr(/*FIXME:ConstructLoc*/SourceLocation(),
H A DSemaInit.cpp5018 CurInit = S.BuildCXXConstructExpr(Loc, T, Constructor, Elidable,
5229 CurInit = S.BuildCXXConstructExpr(Loc, Entity.getType(),
5238 CurInit = S.BuildCXXConstructExpr(Loc, Entity.getType(),
5829 CurInit = S.BuildCXXConstructExpr(Loc, Step->Type, Constructor,
H A DSemaDeclCXX.cpp10430 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, function in class:Sema
10456 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor,
10462 /// BuildCXXConstructExpr - Creates a complete call to a constructor,
10465 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, function in class:Sema
H A DTreeTransform.h2249 return getSema().BuildCXXConstructExpr(Loc, T, Constructor, IsElidable,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3715 /// BuildCXXConstructExpr - Creates a complete call to a constructor,
3720 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
3726 // FIXME: Can re remove this and have the above BuildCXXConstructExpr check if
3729 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,

Completed in 249 milliseconds