Home
last modified time | relevance | path

Searched defs: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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp80 const NamedDecl *ConstraintOwner, ArrayRef<TemplateArgument> TemplateArgs) { in Profile()