Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_java.h245 struct IfStatement : public Statement { struct
248 IfStatement* elseif = nullptr; argument
Dast_cpp.cpp346 IfStatement::IfStatement(AstNode* expression, bool invert_expression) in IfStatement() function in android::aidl::cpp::IfStatement