Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp39 bool IsMethodInTestingNamespace(const CXXMethodDecl* method) { in IsMethodInTestingNamespace() function
41 if (IsMethodInTestingNamespace(overridden) || in IsMethodInTestingNamespace()
540 if (IsMethodInTestingNamespace(method)) in CheckVirtualSpecifiers()