Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-template.rb9 MethodDescription = Struct.new( :name, :body, :arguments ) constant
179 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ),
180 MethodDescription.new( :to_s, '@name.to_s.dup' )
223 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ),
224 MethodDescription.new( :to_s, '@name.to_s.dup' )
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp819 std::pair<const IdentifierInfo *, Selector> MethodDescription = {odInfo, S}; in checkPostObjCMessage() local
821 if (LSM.count(MethodDescription) || isAnnotatedAsLocalized(msg.getDecl())) { in checkPostObjCMessage()