Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h33 const NamedDecl *ConstraintOwner = nullptr; variable
40 ConstraintSatisfaction(const NamedDecl *ConstraintOwner, in ConstraintSatisfaction() argument
42 ConstraintOwner(ConstraintOwner), TemplateArgs(TemplateArgs.begin(), in ConstraintSatisfaction()
57 Profile(ID, C, ConstraintOwner, TemplateArgs); in Profile()
61 const NamedDecl *ConstraintOwner,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp63 const NamedDecl *ConstraintOwner, ArrayRef<TemplateArgument> TemplateArgs) { in Profile() argument
64 ID.AddPointer(ConstraintOwner); in Profile()