Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 5131 if (S.CompleteConstructorCall(Constructor, CurInitExpr, Loc, ConstructorArgs)) in CopyObject() 5299 if (S.CompleteConstructorCall(Constructor, Args, in PerformConstructorInitialization() 5945 if (S.CompleteConstructorCall(Constructor, in Perform()
|
| H A D | SemaExprCXX.cpp | 2567 if (S.CompleteConstructorCall(Constructor, From, CastLoc, ConstructorArgs)) in BuildCXXCastArgument() 2719 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor), in PerformImplicitConversion()
|
| H A D | TreeTransform.h | 2442 if (getSema().CompleteConstructorCall(Constructor, Args, Loc, in RebuildCXXConstructExpr()
|
| H A D | SemaDeclCXX.cpp | 11286 Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4289 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,
|