Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2253 return getConstexprKind() != ConstexprSpecKind::Unspecified; in isConstexpr()
2258 ConstexprSpecKind getConstexprKind() const { in getConstexprKind() function
2262 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
2265 return getConstexprKind() == ConstexprSpecKind::Consteval; in isConsteval()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1993 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
2335 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
2341 Destructor->isInlineSpecified(), false, Destructor->getConstexprKind(), in VisitCXXMethodDecl()
2348 Conversion->getConstexprKind(), Conversion->getEndLoc(), in VisitCXXMethodDecl()
2354 D->getConstexprKind(), D->getEndLoc(), in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp655 if (New->getConstexprKind() != Old->getConstexprKind()) { in MergeCXXFunctionDecl()
657 << New << static_cast<int>(New->getConstexprKind()) in MergeCXXFunctionDecl()
658 << static_cast<int>(Old->getConstexprKind()); in MergeCXXFunctionDecl()
1663 << static_cast<int>(DD->getConstexprKind()) << !FD in CheckConstexprDestructorSubobjects()
13169 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
H A DSemaDecl.cpp10319 if (OldFD->getConstexprKind() != NewFD->getConstexprKind()) in areMultiversionVariantFunctionsCompatible()
H A DSemaTemplate.cpp9091 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
H A DTreeTransform.h12756 E->getCallOperator()->getConstexprKind(), in TransformLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3416 D->isImplicit(), D->getConstexprKind(), in VisitFunctionDecl()
3433 D->isImplicit(), D->getConstexprKind(), TrailingRequiresClause)) in VisitFunctionDecl()
3448 D->getConstexprKind(), SourceLocation(), TrailingRequiresClause)) in VisitFunctionDecl()
3454 Method->isInlineSpecified(), D->getConstexprKind(), in VisitFunctionDecl()
3474 D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp559 Record.push_back(static_cast<uint64_t>(D->getConstexprKind())); in VisitFunctionDecl()