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

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

Completed in 373 milliseconds