Home
last modified time | relevance | path

Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaInit.cpp5437 if (S.CompleteConstructorCall(Constructor, CurInitExpr, Loc, ConstructorArgs)) in CopyObject()
5605 if (S.CompleteConstructorCall(Constructor, Args, in PerformConstructorInitialization()
6357 if (S.CompleteConstructorCall(Constructor, in Perform()
DSemaExprCXX.cpp2927 if (S.CompleteConstructorCall(Constructor, From, CastLoc, ConstructorArgs)) in BuildCXXCastArgument()
3083 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor), in PerformImplicitConversion()
DSemaDeclCXX.cpp11437 Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
DTreeTransform.h2631 if (getSema().CompleteConstructorCall(Constructor, Args, Loc, in RebuildCXXConstructExpr()
/external/clang/include/clang/Sema/
DSema.h4483 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,