Home
last modified time | relevance | path

Searched refs:getConstexprKind (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2368 return getConstexprKind() != ConstexprSpecKind::Unspecified; in isConstexpr()
2373 ConstexprSpecKind getConstexprKind() const { in getConstexprKind() function
2377 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
2380 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2119 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
2506 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
2516 Destructor->getConstexprKind(), TrailingRequiresClause); in VisitCXXMethodDecl()
2526 InstantiatedExplicitSpecifier, Conversion->getConstexprKind(), in VisitCXXMethodDecl()
2532 D->UsesFPIntrin(), D->isInlineSpecified(), D->getConstexprKind(), in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp668 if (New->getConstexprKind() != Old->getConstexprKind()) { in MergeCXXFunctionDecl()
670 << New << static_cast<int>(New->getConstexprKind()) in MergeCXXFunctionDecl()
671 << static_cast<int>(Old->getConstexprKind()); in MergeCXXFunctionDecl()
1695 << static_cast<int>(DD->getConstexprKind()) << !FD in CheckConstexprDestructorSubobjects()
13672 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
H A DSemaDecl.cpp11051 if (OldFD->getConstexprKind() != NewFD->getConstexprKind()) in areMultiversionVariantFunctionsCompatible()
H A DSemaTemplate.cpp9453 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
H A DTreeTransform.h13301 E->getCallOperator()->getConstexprKind(), in TransformLambdaExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp3618 D->isInlineSpecified(), D->isImplicit(), D->getConstexprKind(), in VisitFunctionDecl()
3633 D->isInlineSpecified(), D->isImplicit(), D->getConstexprKind(), in VisitFunctionDecl()
3649 D->isInlineSpecified(), ESpec, D->getConstexprKind(), in VisitFunctionDecl()
3657 D->getConstexprKind(), SourceLocation(), TrailingRequiresClause)) in VisitFunctionDecl()
3677 D->getConstexprKind(), TrailingRequiresClause)) in VisitFunctionDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp651 Record.push_back(static_cast<uint64_t>(D->getConstexprKind())); in VisitFunctionDecl()