Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1166 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function
1752 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function