Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp62 const bool isConstexprSpecified = false; in AddFunDecl() local
83 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp623 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
H A DTextNodeDumper.cpp282 if (FD->isConstexprSpecified()) in Visit()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2319 bool isConstexprSpecified() const { in isConstexprSpecified() function
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2149 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local
2160 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()