HomeSort by relevance Sort by last modified time
    Searched refs:GetStatementBlock (Results 1 - 4 of 4) sorted by null

  /system/tools/aidl/
generate_cpp.cpp 260 StatementBlock* b = ret->GetStatementBlock();
541 on_transact->GetStatementBlock()->AddLiteral(
547 on_transact->GetStatementBlock()->AddStatement(s);
569 on_transact->GetStatementBlock()->AddStatement(null_check);
578 on_transact->GetStatementBlock()->AddLiteral(
612 getter->GetStatementBlock()->AddLiteral(
615 getter->GetStatementBlock()->AddLiteral("return value");
ast_cpp_unittest.cpp 238 auto b = m.GetStatementBlock();
ast_cpp.h 240 StatementBlock* GetStatementBlock();
ast_cpp.cpp 276 StatementBlock* MethodImpl::GetStatementBlock() {

Completed in 72 milliseconds