Searched refs:type_with_same_name_as_function (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp598 // |type_with_same_name_as_function| matcher matches Bar and Foo return types.
599 auto type_with_same_name_as_function = qualType(anyOf( local
607 // - Foo foo() // Direct application of |type_with_same_name_as_function|.
611 qualType(anyOf(type_with_same_name_as_function,
612 hasDescendant(type_with_same_name_as_function)));

Completed in 81 milliseconds