Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2376 CXXConstructorDecl *BaseCtor = nullptr; variable
2381 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument
2382 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()
2387 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7080 auto BaseCtor = in specialMemberIsConstexpr() local
7082 if (BaseCtor) in specialMemberIsConstexpr()
7083 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()
8744 auto *BaseCtor = in lookupInheritedCtor() local
8746 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
8992 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local
8997 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
9003 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
9005 return BaseCtor->isDeleted(); in shouldDeleteForBase()
12830 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5710 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,