Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp1703 void FunctionDecl::setConstexpr(bool IC) { in setConstexpr() function in FunctionDecl
/external/clang/include/clang/AST/
DDecl.h1188 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function