Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp251 REGISTER_MATCHER(hasReturnValue); in RegistryMaps()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg207 …ptor.parameterScope:parameterScope(scope=it)>) \{ <if(ruleDescriptor.hasReturnValue)>return <endif…
425 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DPython3.stg307 <\ > <if(ruleDescriptor.hasReturnValue)>return <endif>self.<ruleDescriptor.grammar:delegateName()…
538 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg236 …eterScope:parameterScope()>): <returnType()> = \{ <if(ruleDescriptor.hasReturnValue)>return <endif…
448 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg255 …ows <ruleDescriptor.throwsSpec; separator=", "> { <if(ruleDescriptor.hasReturnValue)>return <endif…
485 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg213 …arameterScope:parameterScope()>):<returnType()> { <if(ruleDescriptor.hasReturnValue)>return <endif…
423 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg300 <\ > <if(ruleDescriptor.hasReturnValue)>return <endif>self.<ruleDescriptor.grammar:delegateName()…
531 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg339 …rameterScope()>)<!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif…
667 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg347 …ameterScope()>) <!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif…
689 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg470 …<if(ruleDescriptor.hasReturnValue)>Result :=<endif> T<ruleDescriptor.grammar.recognizerName>(<rule…
801 <if(ruleDescriptor.hasReturnValue)>
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5315 AST_MATCHER_P(ReturnStmt, hasReturnValue, internal::Matcher<Expr>, in AST_MATCHER_P() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1969 StatementMatcher RetVal = returnStmt(hasReturnValue(binaryOperator())); in TEST()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg973 …<if(ruleDescriptor.hasReturnValue)>return <endif>m_<ruleDescriptor.grammar:delegateName()>-><ruleD…
1316 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg443 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg461 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1451 …<if(ruleDescriptor.hasReturnValue)>return <endif>ctx-><ruleDescriptor.grammar:delegateName()>-><ru…
1793 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg964 <if(ruleDescriptor.hasReturnValue)>