Home
last modified time | relevance | path

Searched defs:isConstexprSpecified (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2090 const bool isConstexprSpecified = false; in AddFunDecl() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2650 bool isInlineSpecified, bool isConstexprSpecified) in FunctionDecl()
4428 bool isConstexprSpecified) { in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h727 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2155 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local