Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp60 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp622 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
H A DTextNodeDumper.cpp282 if (FD->isConstexprSpecified()) in Visit()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2376 bool isConstexprSpecified() const { in isConstexprSpecified() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2183 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local
2194 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()