Searched refs:IsConstexpr (Results 1 – 6 of 6) sorted by relevance
816 unsigned IsConstexpr : 1; variable1234 return isa<ParmVarDecl>(this) ? false : NonParmVarDeclBits.IsConstexpr; in isConstexpr()1238 NonParmVarDeclBits.IsConstexpr = IC; in setConstexpr()1564 bool IsConstexpr : 1; variable1657 IsConstexpr(isConstexprSpecified), UsesSEHTry(false), in FunctionDecl()1835 bool isConstexpr() const { return IsConstexpr; } in isConstexpr()1836 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr()
743 FD->IsConstexpr = Record[Idx++]; in VisitFunctionDecl()1185 VD->NonParmVarDeclBits.IsConstexpr = Record[Idx++]; in VisitVarDeclImpl()
459 Record.push_back(D->IsConstexpr); in VisitFunctionDecl()
6613 bool IsConstexpr, in ActOnFinishFullExpr() argument6661 CheckCompletedExpr(FullExpr.get(), CC, IsConstexpr); in ActOnFinishFullExpr()
8128 bool IsConstexpr) { in CheckCompletedExpr() argument8131 if (!IsConstexpr && !E->isValueDependent()) in CheckCompletedExpr()
4719 bool IsConstexpr = false,8887 bool IsConstexpr = false);