Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp622 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
H A DTextNodeDumper.cpp282 if (FD->isConstexprSpecified()) in Visit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2287 bool isConstexprSpecified() const { in isConstexprSpecified() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2143 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local
2154 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()