Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-convert-member-functions-to-static.cpp62 int out_of_line_const_to_static() const;
74 int A::out_of_line_const_to_static() const { in out_of_line_const_to_static() function in A