Searched refs:IsConstexpr (Results 1 – 6 of 6) sorted by relevance
816 unsigned IsConstexpr : 1; variable1237 return isa<ParmVarDecl>(this) ? false : NonParmVarDeclBits.IsConstexpr; in isConstexpr()1241 NonParmVarDeclBits.IsConstexpr = IC; in setConstexpr()1576 bool IsConstexpr : 1; variable1669 IsConstexpr(isConstexprSpecified), UsesSEHTry(false), in FunctionDecl()1847 bool isConstexpr() const { return IsConstexpr; } in isConstexpr()1848 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr()
721 FD->IsConstexpr = Record[Idx++]; in VisitFunctionDecl()1166 VD->NonParmVarDeclBits.IsConstexpr = Record[Idx++]; in VisitVarDeclImpl()
502 Record.push_back(D->IsConstexpr); in VisitFunctionDecl()
6693 bool IsConstexpr, in ActOnFinishFullExpr() argument6741 CheckCompletedExpr(FullExpr.get(), CC, IsConstexpr); in ActOnFinishFullExpr()
8335 bool IsConstexpr) { in CheckCompletedExpr() argument8338 if (!IsConstexpr && !E->isValueDependent()) in CheckCompletedExpr()
4787 bool IsConstexpr = false,9094 bool IsConstexpr = false);