Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2279 return getConstexprKind() != ConstexprSpecKind::Unspecified; in isConstexpr()
2284 ConstexprSpecKind getConstexprKind() const { in getConstexprKind() function
2288 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
2291 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2055 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
2411 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
2417 Destructor->isInlineSpecified(), false, Destructor->getConstexprKind(), in VisitCXXMethodDecl()
2427 Conversion->getConstexprKind(), Conversion->getEndLoc(), in VisitCXXMethodDecl()
2433 D->getConstexprKind(), D->getEndLoc(), in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp653 if (New->getConstexprKind() != Old->getConstexprKind()) { in MergeCXXFunctionDecl()
655 << New << static_cast<int>(New->getConstexprKind()) in MergeCXXFunctionDecl()
656 << static_cast<int>(Old->getConstexprKind()); in MergeCXXFunctionDecl()
1661 << static_cast<int>(DD->getConstexprKind()) << !FD in CheckConstexprDestructorSubobjects()
13361 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
H A DSemaDecl.cpp10378 if (OldFD->getConstexprKind() != NewFD->getConstexprKind()) in areMultiversionVariantFunctionsCompatible()
H A DSemaTemplate.cpp9091 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
H A DTreeTransform.h12831 E->getCallOperator()->getConstexprKind(), in TransformLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3465 D->isImplicit(), D->getConstexprKind(), in VisitFunctionDecl()
3482 D->isImplicit(), D->getConstexprKind(), TrailingRequiresClause)) in VisitFunctionDecl()
3497 D->getConstexprKind(), SourceLocation(), TrailingRequiresClause)) in VisitFunctionDecl()
3503 Method->isInlineSpecified(), D->getConstexprKind(), in VisitFunctionDecl()
3523 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp561 Record.push_back(static_cast<uint64_t>(D->getConstexprKind())); in VisitFunctionDecl()