Searched refs:findInheritingConstructor (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7060 S.findInheritingConstructor(UseLoc, Ctor, It->second), in findConstructorForBase() 13130 Sema::findInheritingConstructor(SourceLocation Loc, in findInheritingConstructor() function in Sema 15096 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
|
H A D | SemaInit.cpp | 6551 CalleeDecl = S.findInheritingConstructor(Loc, Constructor, Shadow); in PerformConstructorInitialization()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 5710 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
|