HomeSort by relevance Sort by last modified time
    Searched defs:is_statement (Results 1 - 2 of 2) sorted by null

  /external/clang/bindings/python/clang/
cindex.py 320 def is_statement(self): member in class:CursorKind
    [all...]
  /external/v8/src/
gdb-jit.cc 898 bool is_statement = true; local
920 if (!is_statement) {
923 } else if (is_statement != info->is_statement_) {
925 is_statement = !is_statement;
    [all...]

Completed in 155 milliseconds