Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp4753 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local
4757 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember()
4785 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()
8112 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDefaultConstructor() local
8126 Constexpr); in DeclareImplicitDefaultConstructor()
9201 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyAssignment() local
9213 /*isInline=*/ true, Constexpr, SourceLocation()); in DeclareImplicitCopyAssignment()
9587 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveAssignment() local
9599 /*isInline=*/true, Constexpr, SourceLocation()); in DeclareImplicitMoveAssignment()
10018 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyConstructor() local
[all …]