Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 6713 if (S.CompleteConstructorCall(Constructor, T, CurInitExpr, Loc, in CopyObject() 6911 if (S.CompleteConstructorCall(Constructor, Step.Type, Args, Loc, in PerformConstructorInitialization() 8720 if (S.CompleteConstructorCall(Constructor, Step->Type, in Perform()
|
H A D | SemaExprCXX.cpp | 4113 if (S.CompleteConstructorCall(Constructor, Ty, From, CastLoc, in BuildCXXCastArgument() 4283 if (CompleteConstructorCall( in PerformImplicitConversion()
|
H A D | TreeTransform.h | 3387 if (getSema().CompleteConstructorCall(FoundCtor, T, Args, Loc, in RebuildCXXConstructExpr()
|
H A D | SemaDeclCXX.cpp | 15733 bool Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 6513 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,
|