| 
    clang 22.0.0git
    
   | 
 
#include "clang/AST/Decl.h"
Public Member Functions | |
| constexpr | AssociatedConstraint ()=default | 
| AssociatedConstraint (const Expr *ConstraintExpr, UnsignedOrNone ArgPackSubstIndex=std::nullopt) | |
| operator bool () const | |
| bool | isNull () const | 
Public Attributes | |
| const Expr * | ConstraintExpr = nullptr | 
| UnsignedOrNone | ArgPackSubstIndex = std::nullopt | 
      
  | 
  constexprdefault | 
      
  | 
  inlineexplicit | 
Definition at line 93 of file Decl.h.
References ArgPackSubstIndex, and ConstraintExpr.
      
  | 
  inline | 
Definition at line 99 of file Decl.h.
References bool.
Referenced by clang::FunctionDecl::isMemberLikeConstrainedFriend().
      
  | 
  inlineexplicit | 
Definition at line 97 of file Decl.h.
References ConstraintExpr.
| UnsignedOrNone clang::AssociatedConstraint::ArgPackSubstIndex = std::nullopt | 
Definition at line 89 of file Decl.h.
Referenced by AssociatedConstraint(), IsOverloadOrOverrideImpl(), clang::ASTContext::isSameAssociatedConstraint(), and clang::ASTDeclWriter::VisitDeclaratorDecl().
Definition at line 88 of file Decl.h.
Referenced by clang::Sema::ActOnFunctionDeclarator(), AssociatedConstraint(), clang::Sema::CheckFunctionDeclaration(), IsOverloadOrOverrideImpl(), clang::ASTContext::isSameAssociatedConstraint(), operator bool(), clang::ASTDeclWriter::VisitDeclaratorDecl(), and clang::ASTNodeImporter::VisitFunctionDecl().