Home
last modified time | relevance | path

Searched refs:isConstexprSpecified (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp621 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
H A DTextNodeDumper.cpp281 if (FD->isConstexprSpecified()) in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2261 bool isConstexprSpecified() const { in isConstexprSpecified() function