Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1146 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function
1734 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function