Searched refs:ConstructLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10430 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
10456 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor,
10465 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
10473 MarkFunctionReferenced(ConstructLoc, Constructor);
10474 return Owned(CXXConstructExpr::Create(Context, DeclInitType, ConstructLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3720 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
3729 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,

Completed in 125 milliseconds