Searched refs:findInheritingConstructor (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7165 S.findInheritingConstructor(UseLoc, Ctor, It->second), in findConstructorForBase() 13523 Sema::findInheritingConstructor(SourceLocation Loc, in findInheritingConstructor() function in Sema 15500 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
|
| H A D | SemaInit.cpp | 6612 CalleeDecl = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6051 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
|