Home
last modified time | relevance | path

Searched refs:findInheritingConstructor (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7418 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 DSemaInit.cpp7076 CalleeDecl = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6354 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,