Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h71 bool InTestingNamespace(const clang::Decl* record);
DFindBadConstructsConsumer.cpp424 bool FindBadConstructsConsumer::InTestingNamespace(const Decl* record) { in InTestingNamespace() function in chrome_checker::FindBadConstructsConsumer
440 (InTestingNamespace(overridden) && in IsMethodInBannedOrTestingNamespace()
476 if (InTestingNamespace(record_type)) { in CheckVirtualMethods()