Home
last modified time | relevance | path

Searched refs:IfStatement (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dast_java.h230 struct IfStatement : public Statement { struct
233 std::shared_ptr<IfStatement> elseif = nullptr; argument
235 IfStatement() = default;
236 virtual ~IfStatement() = default;
Dgenerate_java_binder.cpp202 auto ifStatement = std::make_shared<IfStatement>(); in Finish()
323 auto ifstatement = std::make_shared<IfStatement>(); in MakeAsInterface()
345 auto instOfStatement = std::make_shared<IfStatement>(); in MakeAsInterface()
Dast_java.cpp258 void IfStatement::Write(CodeWriter* to) const { in Write()