Searched refs:findInheritingConstructor (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 7060 S.findInheritingConstructor(UseLoc, Ctor, It->second), in findConstructorForBase() 13322 Sema::findInheritingConstructor(SourceLocation Loc, in findInheritingConstructor() function in Sema 15301 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
|
| D | SemaInit.cpp | 6553 CalleeDecl = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 5771 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
|