Files
swift-mirror/utils/gyb_syntax_support/protocolsMap.py

16 lines
321 B
Python

SYNTAX_BUILDABLE_EXPRESSIBLE_AS_CONFORMANCES = {
'DeclBuildable': [
'CodeBlockItem',
'MemberDeclListItem',
'SyntaxBuildable'
],
'StmtBuildable': [
'CodeBlockItem',
'SyntaxBuildable'
],
'ExprList': [
'ConditionElement',
'SyntaxBuildable'
]
}