Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp222 struct methodclass { struct
223 void consume_ref_countable_ref(RefCountable&) {}; in consume_ref_countable_ref()
224 static void consume_ref_countable_ptr(RefCountable*) {}; in consume_ref_countable_ptr()