Home
last modified time | relevance | path

Searched defs:IfStatement (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/aidl/
H A Dast_java.h239 struct IfStatement : public Statement { struct
242 std::shared_ptr<IfStatement> elseif = nullptr; argument
H A Dast_cpp.cpp395 IfStatement::IfStatement(AstNode* expression, bool invert_expression) in IfStatement() function in android::aidl::cpp::IfStatement