Module: AdLint::LocationHolder
- Included in:
- Cc1::SequencePoint, Cc1::SyntaxNode, Cpp::Macro, Cpp::SyntaxNode, AdLint::Ld::Function, AdLint::Ld::FunctionDeclaration, AdLint::Ld::ObjectReference, AdLint::Ld::Typedef, AdLint::Ld::Variable, AdLint::Ld::VariableDeclaration, Token
- Defined in:
- lib/adlint/location.rb
Instance Method Summary collapse
-
#analysis_target?(traits) ⇒ Boolean
NOTE: Host class must respond to #location.
Instance Method Details
#analysis_target?(traits) ⇒ Boolean
NOTE: Host class must respond to #location.
138 139 140 |
# File 'lib/adlint/location.rb', line 138 def analysis_target?(traits) location.in_analysis_target?(traits) end |