Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConcept.h31 const NamedDecl *ConstraintOwner = nullptr; variable
38 ConstraintSatisfaction(const NamedDecl *ConstraintOwner, in ConstraintSatisfaction()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTConcept.cpp86 const NamedDecl *ConstraintOwner, ArrayRef<TemplateArgument> TemplateArgs) { in Profile()