Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp.cpp382 Statement::Statement(unique_ptr<AstNode> expression) in Statement() function in android::aidl::cpp::Statement
385 Statement::Statement(AstNode* expression) : expression_(expression) {} in Statement() function in android::aidl::cpp::Statement
387 Statement::Statement(const string& expression) in Statement() function in android::aidl::cpp::Statement
Dast_java.h128 struct Statement : public AstNode { struct