Searched refs:InheritedConstructorInfo (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5074 class Sema::InheritedConstructorInfo { class in Sema 5085 InheritedConstructorInfo(Sema &S, SourceLocation UseLoc, in InheritedConstructorInfo() function in Sema::InheritedConstructorInfo 5162 Sema::InheritedConstructorInfo *Inherited = nullptr) { in specialMemberIsConstexpr() 5190 Sema::InheritedConstructorInfo *Inherited = nullptr) { in defaultedSpecialMemberIsConstexpr() 5570 Sema::InheritedConstructorInfo *ICI; 5581 Sema::InheritedConstructorInfo *ICI, bool Diagnose) in SpecialMemberDeletionInfo() 5907 InheritedConstructorInfo *ICI, in ShouldDeleteSpecialMember() 9045 InheritedConstructorInfo ICI(*this, Loc, Inherited.getShadowDecl()); in ComputeInheritingCtorExceptionSpec() 9272 InheritedConstructorInfo ICI(*this, Loc, Shadow); in findInheritingConstructor() 9325 InheritedConstructorInfo ICI(*this, Ctor->getLocation(), in NoteDeletedInheritingConstructor() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4467 class InheritedConstructorInfo; variable 4472 InheritedConstructorInfo *ICI = nullptr,
|