Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp24 bool hasPublicMethodInBaseClass(const CXXRecordDecl *R, StringRef NameToMatch) { in hasPublicMethodInBaseClass() argument
30 if (MethodName == NameToMatch && MD->getAccess() == AS_public) in hasPublicMethodInBaseClass()
41 hasPublicMethodInBase(const CXXBaseSpecifier *Base, StringRef NameToMatch) { in hasPublicMethodInBase() argument
64 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()
H A DPtrTypesSemantics.h42 llvm::StringRef NameToMatch);