Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2424 CXXConstructorDecl *BaseCtor = nullptr; variable
2429 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument
2430 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()
2435 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp7239 auto BaseCtor = in specialMemberIsConstexpr() local
7241 if (BaseCtor) in specialMemberIsConstexpr()
7242 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()
9017 auto *BaseCtor = in lookupInheritedCtor() local
9019 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
9265 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local
9270 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
9276 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
9278 return BaseCtor->isDeleted(); in shouldDeleteForBase()
13321 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6201 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,