Home
last modified time | relevance | path

Searched defs:setConstexpr (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h1279 void setConstexpr(bool IC) { in setConstexpr() function
1884 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
DStmt.h934 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr() function