Searched refs:isAcceptable (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Lookup.h | 376 static bool isAcceptable(Sema &SemaRef, NamedDecl *D, in isAcceptable() function
|
H A D | Sema.h | 14980 bool isAcceptable(const NamedDecl *D, AcceptableKind Kind) { in isAcceptable() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 1664 if (!DefaultArg.isInherited() && S.isAcceptable(D, Kind)) in hasAcceptableDefaultArgument() 1716 if (S.isAcceptable(R, Kind)) in hasAcceptableDeclarationImpl() 1855 isAcceptable(SemaRef, cast<NamedDecl>(DC), Kind); in isAcceptableSlow() 1858 AcceptableWithinParent = isAcceptable(SemaRef, cast<NamedDecl>(DC), Kind); in isAcceptableSlow() 1992 return LookupResult::isAcceptable(*this, const_cast<NamedDecl *>(D), Kind); in isAcceptableSlow()
|
H A D | SemaType.cpp | 8941 if (isAcceptable(Redecl, Kind)) in hasAcceptableDefinition() 8967 if (isAcceptable(D, Kind)) in hasAcceptableDefinition()
|