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.cpp23 const char *NameToMatch) { in hasPublicMethodInBaseClass() argument
29 if (MethodName == NameToMatch && MD->getAccess() == AS_public) in hasPublicMethodInBaseClass()
40 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch) { in hasPublicMethodInBase() argument
53 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()
H A DPtrTypesSemantics.h36 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch);