Searched refs:getConstexprKind (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 2253 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 D | SemaTemplateInstantiateDecl.cpp | 1993 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 D | SemaDeclCXX.cpp | 655 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 D | SemaDecl.cpp | 10319 if (OldFD->getConstexprKind() != NewFD->getConstexprKind()) in areMultiversionVariantFunctionsCompatible()
|
H A D | SemaTemplate.cpp | 9091 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
|
H A D | TreeTransform.h | 12756 E->getCallOperator()->getConstexprKind(), in TransformLambdaExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporter.cpp | 3416 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 D | ASTWriterDecl.cpp | 559 Record.push_back(static_cast<uint64_t>(D->getConstexprKind())); in VisitFunctionDecl()
|