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 | 15294 bool isAcceptable(const NamedDecl *D, AcceptableKind Kind) { in isAcceptable() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1701 if (!DefaultArg.isInherited() && S.isAcceptable(D, Kind)) in hasAcceptableDefaultArgument() 1753 if (S.isAcceptable(R, Kind)) in hasAcceptableDeclarationImpl() 1892 isAcceptable(SemaRef, cast<NamedDecl>(DC), Kind); in isAcceptableSlow() 1895 AcceptableWithinParent = isAcceptable(SemaRef, cast<NamedDecl>(DC), Kind); in isAcceptableSlow() 2042 return LookupResult::isAcceptable(*this, const_cast<NamedDecl *>(D), Kind); in isAcceptableSlow()
|
| H A D | SemaType.cpp | 9226 if (isAcceptable(Redecl, Kind)) in hasAcceptableDefinition() 9252 if (isAcceptable(D, Kind)) in hasAcceptableDefinition()
|