Home
last modified time | relevance | path

Searched refs:is_expression (Results 1 – 8 of 8) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_cursor_kind.py15 assert CursorKind.DECL_REF_EXPR.is_expression()
/external/v8/src/
Dcompiler.cc769 function_info->set_is_expression(lit->is_expression()); in SetFunctionInfo()
Dobjects-printer.cc766 PrintF(out, "\n - is expression = %d", is_expression()); in SharedFunctionInfoPrint()
Dast.h2043 bool is_expression() const { return IsExpression::decode(bitfield_); } in is_expression() function
Dobjects-inl.h3535 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, in ACCESSORS()
Dparser.cc718 FunctionLiteral::Type type = shared_info->is_expression() in ParseLazy()
Dobjects.h5323 DECL_BOOLEAN_ACCESSORS(is_expression)
/external/clang/bindings/python/clang/
Dcindex.py527 def is_expression(self): member in CursorKind