Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-identifier-naming.cpp280 virtual void BadBaseMethod() = 0;
288 void BadBaseMethod() override {} in BadBaseMethod() function in FOO_NS::InlineNamespace::COverriding
292 BadBaseMethod(); in foo()
294 this->BadBaseMethod(); in foo()
296 AOverridden::BadBaseMethod(); in foo()
298 COverriding::BadBaseMethod(); in foo()
304 a_vItem.BadBaseMethod(); in VirtualCall()
311 void BadBaseMethod(int) {} in BadBaseMethod() function in FOO_NS::InlineNamespace::CRTPBase
318 double BadBaseMethod(double) { return 0; } in BadBaseMethod() function in FOO_NS::InlineNamespace::CRTPDerived