Home
last modified time | relevance | path

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

/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp167 const auto *TheMethod = dyn_cast_or_null<CXXMethodDecl>(D); in diagAppertainsToDecl() local
168 if (!TheMethod || !TheMethod->isVirtual()) { in diagAppertainsToDecl()
173 MarkedMethods.insert(TheMethod); in diagAppertainsToDecl()