Searched refs:setConstexpr (Results 1 – 5 of 5) sorted by relevance
1166 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function1752 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
5618 NewVD->setConstexpr(true); in ActOnVariableDeclarator()8100 FD->setConstexpr(false); in CheckMain()9021 VDecl->setConstexpr(true); in AddInitializerToDecl()
3563 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
6810 Specialization->setConstexpr(FD->isConstexpr()); in CheckFunctionTemplateSpecialization()
5264 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()