Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp993 if (Old && !New.isInvalid() && !New.ContainsDecl(Old) && in AreConstraintExpressionsEqual()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12081 bool ContainsDecl(const NamedDecl *ND) const { return this->ND == ND; } in ContainsDecl() function