Home
last modified time | relevance | path

Searched defs:setConstexpr (Results 1 – 4 of 4) 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
/external/llvm-project/clang/include/clang/AST/
DDecl.h1437 void setConstexpr(bool IC) { in setConstexpr() function
DStmt.h2078 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr() function