Lines Matching full:warn
14 // Should warn about pure virtual methods.
21 // Should warn about destructors.
23 // Should warn.
25 // Should not warn if marked as override.
27 // Should warn for inline implementations in implementation files.
29 // Should warn if overriding a method whose origin is blink.
31 // Should warn with the insertion point after the const.
33 // Should warn with the insertion point after the throw spec.
35 // Should warn with the insertion point after both the const and the throw
38 // Should warn even if overridden method isn't pure.
40 // Should warn and place correctly even when there is a comment.
42 // Should warn and place correctly even if there is a comment and body.