Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 5437 if (S.CompleteConstructorCall(Constructor, CurInitExpr, Loc, ConstructorArgs)) in CopyObject() 5605 if (S.CompleteConstructorCall(Constructor, Args, in PerformConstructorInitialization() 6357 if (S.CompleteConstructorCall(Constructor, in Perform()
|
D | SemaExprCXX.cpp | 2927 if (S.CompleteConstructorCall(Constructor, From, CastLoc, ConstructorArgs)) in BuildCXXCastArgument() 3083 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor), in PerformImplicitConversion()
|
D | SemaDeclCXX.cpp | 11437 Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
|
D | TreeTransform.h | 2631 if (getSema().CompleteConstructorCall(Constructor, Args, Loc, in RebuildCXXConstructExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4483 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,
|