Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1385 void setConstexpr(bool IC) { in setConstexpr() function
2095 void setConstexpr(bool IC) { FunctionDeclBits.IsConstexpr = IC; } in setConstexpr() function
H A DStmt.h1861 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr() function