Method: AdLint::Cc1::FunctionTable#designators
- Defined in:
- lib/adlint/cc1/object.rb
#designators ⇒ Object
1159 1160 1161 |
# File 'lib/adlint/cc1/object.rb', line 1159 def designators @functions.map { |hash| hash.keys }.flatten.to_set end |