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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1970 const bool isConstexprSpecified = false; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1996 const bool isConstexprSpecified = false; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3961 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h698 bool isConstexprSpecified() const { return Constexpr_specified; } function in class:clang::DeclSpec

Completed in 156 milliseconds