Searched defs:expression (Results 1 – 10 of 10) sorted by relevance
38 LiteralDecl::LiteralDecl(const std::string& expression) : expression_(expression) {} in LiteralDecl()307 SwitchStatement::SwitchStatement(const std::string& expression) in SwitchStatement()366 IfStatement::IfStatement(AstNode* expression, bool invert_expression) in IfStatement()382 Statement::Statement(unique_ptr<AstNode> expression) in Statement()385 Statement::Statement(AstNode* expression) : expression_(expression) {} in Statement()387 Statement::Statement(const string& expression) in Statement()408 LiteralExpression::LiteralExpression(const std::string& expression) in LiteralExpression()
154 Expression* expression; member225 Expression* expression = nullptr; member244 Expression* expression = nullptr; member254 Expression* expression; member288 Expression* expression; member
155 void StatementBlock::Add(Expression* expression) { in Add()209 Expression* expression = (Expression*)va_arg(args, void*); in init() local249 Expression* expression = (Expression*)va_arg(args, void*); in init() local
24 EnumVarDeclaration::EnumVarDeclaration(const std::string &name, Expression *expression) in EnumVarDeclaration()
39 void Define::setExpression(Expression* expression) { in setExpression()
106 void AST::setExpression(Expression *expression) { in setExpression()
52 StringBuilder expression = new StringBuilder(); in getParsingExpression() local
61 StringBuilder expression = new StringBuilder(); in getParsingExpression() local
48 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32()
468 const std::string& ConstantExpression::expression() const { in expression() function in android::ConstantExpression