Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp69 StringRef DecMethodName) { in isSmartPtrCompatible() argument
77 bool hasDeref = hasPublicMethodInBaseClass(R, DecMethodName); in isSmartPtrCompatible()
103 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, DecMethodName); in isSmartPtrCompatible()