Searched refs:setConstexpr (Results 1 – 5 of 5) sorted by relevance
1128 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function1695 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
3326 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
5105 NewVD->setConstexpr(true); in ActOnVariableDeclarator()7539 FD->setConstexpr(false); in CheckMain()8222 VDecl->setConstexpr(true); in AddInitializerToDecl()
6461 Specialization->setConstexpr(FD->isConstexpr()); in CheckFunctionTemplateSpecialization()
4603 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()