HomeSort by relevance Sort by last modified time
    Searched refs:is_declaration (Results 1 - 7 of 7) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 20 assert CursorKind.UNEXPOSED_DECL.is_declaration()
36 group = [n for n in ('is_declaration', 'is_reference', 'is_expression',
test_cursor.py 121 assert typedef.kind.is_declaration()
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 662 bool is_declaration = false; local
685 is_declaration = form_value.Unsigned() != 0;
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 469 insist (is_declaration g);
478 insist (is_declaration g);
495 insist (not (is_declaration g));
496 insist (not (is_declaration g2));
502 insist (not (is_declaration g));
503 insist (not (is_declaration g2));
646 insist (is_declaration fn);
666 insist (not (is_declaration fn));
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 559 def is_declaration(self): member in class:CursorKind
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 579 external is_declaration : llvalue -> bool = "llvm_is_declaration"
    [all...]
llvm.mli 1248 val is_declaration : llvalue -> bool var
    [all...]

Completed in 405 milliseconds