Searched refs:DerivedCtor (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 9279 CXXConstructorDecl *DerivedCtor = CXXConstructorDecl::Create( in findInheritingConstructor() local 9285 DerivedCtor->setInvalidDecl(); in findInheritingConstructor() 9291 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor() 9292 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(), in findInheritingConstructor() 9301 Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr, in findInheritingConstructor() 9314 DerivedCtor->setAccess(BaseCtor->getAccess()); in findInheritingConstructor() 9315 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor() 9316 Derived->addDecl(DerivedCtor); in findInheritingConstructor() 9318 if (ShouldDeleteSpecialMember(DerivedCtor, CXXDefaultConstructor, &ICI)) in findInheritingConstructor() 9319 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 13107 CXXConstructorDecl *DerivedCtor = CXXConstructorDecl::Create( in findInheritingConstructor() local 13115 DerivedCtor->setInvalidDecl(); in findInheritingConstructor() 13121 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor() 13122 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(), in findInheritingConstructor() 13131 Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr, in findInheritingConstructor() 13144 DerivedCtor->setAccess(BaseCtor->getAccess()); in findInheritingConstructor() 13145 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor() 13146 Derived->addDecl(DerivedCtor); in findInheritingConstructor() 13148 if (ShouldDeleteSpecialMember(DerivedCtor, CXXDefaultConstructor, &ICI)) in findInheritingConstructor() 13149 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() [all …]
|