Searched refs:getConstexprKind (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 2279 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 D | SemaTemplateInstantiateDecl.cpp | 2055 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 D | SemaDeclCXX.cpp | 653 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 D | SemaDecl.cpp | 10378 if (OldFD->getConstexprKind() != NewFD->getConstexprKind()) in areMultiversionVariantFunctionsCompatible()
|
| H A D | SemaTemplate.cpp | 9091 Specialization->setConstexprKind(FD->getConstexprKind()); in CheckFunctionTemplateSpecialization()
|
| H A D | TreeTransform.h | 12831 E->getCallOperator()->getConstexprKind(), in TransformLambdaExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3465 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 D | ASTWriterDecl.cpp | 561 Record.push_back(static_cast<uint64_t>(D->getConstexprKind())); in VisitFunctionDecl()
|