Home
last modified time | relevance | path

Searched refs:ConstraintOwner (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h38 const NamedDecl *ConstraintOwner = nullptr; variable
45 ConstraintSatisfaction(const NamedDecl *ConstraintOwner, in ConstraintSatisfaction() argument
47 ConstraintOwner(ConstraintOwner), TemplateArgs(TemplateArgs.begin(), in ConstraintSatisfaction()
62 Profile(ID, C, ConstraintOwner, TemplateArgs); in Profile()
66 const NamedDecl *ConstraintOwner,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp80 const NamedDecl *ConstraintOwner, ArrayRef<TemplateArgument> TemplateArgs) { in Profile() argument
81 ID.AddPointer(ConstraintOwner); in Profile()