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.cpp1026 if (Old && !New.isInvalid() && !New.ContainsDecl(Old) && in AreConstraintExpressionsEqual()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11847 bool ContainsDecl(const NamedDecl *ND) const { return this->ND == ND; } in ContainsDecl() function