Home
last modified time | relevance | path

Searched refs:is_statement (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py33 self.assertTrue(CursorKind.UNEXPOSED_STMT.is_statement())
H A Dtest_cursor.py547 if cursor.kind.is_expression() and not cursor.kind.is_statement():
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1836 bool is_statement = line->isStatement(); in ParseCompileUnitLineTable() local
1852 source_idx, is_statement, false, in ParseCompileUnitLineTable()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1232 bool is_statement = cur_info.isStatement(); in ParseLineTable() local
1238 LineTable::Entry new_entry(addr, lno, 0, file_index, is_statement, false, in ParseLineTable()
/openbsd/gnu/gcc/gcc/
H A Dgimplify.c5404 int is_statement = (pre_p == NULL); in gimplify_expr() local
5905 if (is_statement) in gimplify_expr()
5981 if (fallback == fb_none || is_statement) in gimplify_expr()
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py683 def is_statement(self): member in CursorKind