Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py5719 def IsBlockInNameSpace(nesting_state, is_forward_declaration): argument
5728 if is_forward_declaration:
5757 is_forward_declaration = IsForwardClassDeclaration(raw_lines_no_comments,
5760 if not (is_namespace_indent_item or is_forward_declaration):
5767 return IsBlockInNameSpace(nesting_state, is_forward_declaration)