Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp.cpp388 Statement::Statement(unique_ptr<AstNode> expression) in Statement() function in android::aidl::cpp::Statement
391 Statement::Statement(AstNode* expression) : expression_(expression) {} in Statement() function in android::aidl::cpp::Statement
393 Statement::Statement(const string& expression) in Statement() function in android::aidl::cpp::Statement
Dast_java.h126 struct Statement : public AstNode { struct