Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp727 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
H A DTextNodeDumper.cpp283 if (FD->isConstexprSpecified()) in Visit()
H A DDecl.cpp3238 isConstexprSpecified()) in isImmediateEscalating()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2416 bool isConstexprSpecified() const { in isConstexprSpecified() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2190 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local
2201 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7409 if (FD->isConstexprSpecified() || FD->isConsteval()) { in handleMSConstexprAttr()