Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp60 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp677 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
H A DTextNodeDumper.cpp305 if (FD->isConstexprSpecified()) in Visit()
H A DDecl.cpp3275 isConstexprSpecified()) in isImmediateEscalating()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2404 bool isConstexprSpecified() const { in isConstexprSpecified() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2142 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local
2153 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5437 if (FD->isConstexprSpecified() || FD->isConsteval()) { in handleMSConstexprAttr()