Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp68 StringRef IncMethodName, in isSmartPtrCompatible() argument
76 bool hasRef = hasPublicMethodInBaseClass(R, IncMethodName); in isSmartPtrCompatible()
87 auto hasRefInBase = clang::hasPublicMethodInBase(Base, IncMethodName); in isSmartPtrCompatible()