Home
last modified time | relevance | path

Searched defs:getBar (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-member-decl-usage.cpp31 int getBar() const { return bar_baz; } // comment-4 in getBar() function in Foo
43 int getBar(const Foo &Foo) { in getBar() function
48 int getBar(const FooBar &Foobar) { in getBar() function
62 int getBar() const { return Foo::bar_baz; } // comment-8 in getBar() function in TempTest
H A Dstatic-accessed-through-instance.cpp381 inline int Foo::getBar() { return 42; } in getBar() function in PR51861::Foo