Home
last modified time | relevance | path

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

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