Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 5991 if (S.CompleteConstructorCall(Constructor, CurInitExpr, Loc, ConstructorArgs)) in CopyObject() 6185 if (S.CompleteConstructorCall(Constructor, Args, in PerformConstructorInitialization() 7599 if (S.CompleteConstructorCall(Constructor, in Perform()
|
| H A D | SemaExprCXX.cpp | 3747 if (S.CompleteConstructorCall(Constructor, From, CastLoc, ConstructorArgs)) in BuildCXXCastArgument() 3912 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor), in PerformImplicitConversion()
|
| H A D | TreeTransform.h | 2832 if (getSema().CompleteConstructorCall(Constructor, Args, Loc, in RebuildCXXConstructExpr()
|
| H A D | SemaDeclCXX.cpp | 13088 Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 5013 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,
|