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

  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 21 assert CursorKind.UNEXPOSED_DECL.is_declaration()
37 group = [n for n in ('is_declaration', 'is_reference', 'is_expression',
test_cursor.py 181 assert typedef.kind.is_declaration()
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 433 if (die->is_declaration())
475 || !die->is_declaration())
533 if (die->is_declaration())
546 if (die->is_declaration())
    [all...]
dwarf_reader.h 598 is_declaration() function in class:gold::Dwarf_die
    [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/v8/src/
objects-printer.cc 963 } else if (is_declaration()) {
    [all...]
objects.h     [all...]
objects-inl.h     [all...]
objects.cc     [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...]
  /external/v8/src/ast/
ast.h 2596 bool is_declaration() const { return function_type() == kDeclaration; } function in class:v8::internal::final
    [all...]
  /external/v8/src/parsing/
parser.cc     [all...]

Completed in 818 milliseconds