Searched defs:SwitchStatement (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/tools/aidl/ | ||
H A D | ast_java.h | 283 struct SwitchStatement : public Statement { struct |
H A D | ast_java.cpp | 317 SwitchStatement::SwitchStatement(std::shared_ptr<Expression> e) : expression(e) {} in SwitchStatement() function in android::aidl::java::SwitchStatement |
H A D | ast_cpp.cpp | 336 SwitchStatement::SwitchStatement(const std::string& expression) in SwitchStatement() function in android::aidl::cpp::SwitchStatement |