Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2572 CXXConstructorDecl *BaseCtor = nullptr; variable
2577 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument
2578 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()
2583 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7480 auto BaseCtor = in specialMemberIsConstexpr() local
7482 if (BaseCtor) in specialMemberIsConstexpr()
7483 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()
9382 auto *BaseCtor = in lookupInheritedCtor() local
9384 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
9667 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local
9672 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
9678 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
9680 return BaseCtor->isDeleted(); in shouldDeleteForBase()
13919 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5348 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,