Searched defs:setConstexpr (Results 1 – 2 of 2) sorted by relevance
1385 void setConstexpr(bool IC) { in setConstexpr() function2095 void setConstexpr(bool IC) { FunctionDeclBits.IsConstexpr = IC; } in setConstexpr() function
1861 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr() function