Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp169 const auto *TheMethod = dyn_cast_or_null<CXXMethodDecl>(D); in diagAppertainsToDecl() local
170 if (!TheMethod || !TheMethod->isVirtual()) { in diagAppertainsToDecl()
175 MarkedMethods.insert(TheMethod); in diagAppertainsToDecl()