Searched defs:IfStatement (Results 1 - 3 of 3) sorted by relevance

/system/tools/aidl/
H A Dast_cpp.cpp332 IfStatement::IfStatement(AstNode* expression, bool invert_expression) function in class:android::aidl::cpp::IfStatement
336 void IfStatement::Write(CodeWriter* to) const {
H A Dast_cpp.h288 class IfStatement : public AstNode { class in namespace:android::aidl::cpp
290 IfStatement(AstNode* expression,
292 virtual ~IfStatement() = default;
303 DISALLOW_COPY_AND_ASSIGN(IfStatement);
304 }; // class IfStatement
H A Dast_java.h245 struct IfStatement : public Statement { struct in namespace:android::aidl::java
248 IfStatement* elseif = nullptr;
250 IfStatement() = default;
251 virtual ~IfStatement() = default;

Completed in 163 milliseconds