Searched refs:findInheritingConstructor (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7418 S.findInheritingConstructor(UseLoc, Ctor, It->second), in findConstructorForBase() 14071 Sema::findInheritingConstructor(SourceLocation Loc, in findInheritingConstructor() function in Sema 16083 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
|
| H A D | SemaInit.cpp | 7076 CalleeDecl = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6354 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
|