Searched defs:is_statement (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dgdb-jit.h70 void SetPosition(intptr_t pc, int pos, bool is_statement) { argument
71 AddPCInfo(PCInfo(pc, pos, is_statement));
75 PCInfo(intptr_t pc, int pos, bool is_statement) argument
76 : pc_(pc), pos_(pos), is_statement_(is_statement) { }
H A Dgdb-jit.cc1460 bool is_statement = true; local
1482 if (!is_statement) {
1485 } else if (is_statement != info->is_statement_) {
1487 is_statement = !is_statement;
/external/clang/bindings/python/clang/
H A Dcindex.py531 def is_statement(self): member in class:CursorKind

Completed in 93 milliseconds