Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DASTResultSynthesizer.cpp155 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(function_body); in SynthesizeFunctionResult() local
157 bool ret = SynthesizeBodyResult (compound_stmt, in SynthesizeFunctionResult()
203 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(method_body); in SynthesizeObjCMethodResult() local
205 bool ret = SynthesizeBodyResult (compound_stmt, in SynthesizeObjCMethodResult()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g79 | compound_stmt NEWLINE
125 | compound_stmt
226 compound_stmt: if_stmt