Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7323 auto BaseCtor = in specialMemberIsConstexpr() local
7325 if (BaseCtor) in specialMemberIsConstexpr()
7326 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()
9203 auto *BaseCtor = in lookupInheritedCtor() local
9205 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
9464 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local
9469 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
9475 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
9477 return BaseCtor->isDeleted(); in shouldDeleteForBase()
13627 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2515 CXXConstructorDecl *BaseCtor = nullptr; variable
2520 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument
2521 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()
2526 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4933 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,