HomeSort by relevance Sort by last modified time
    Searched refs:is_declaration (Results 1 - 22 of 22) 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 263 assert typedef.kind.is_declaration()
  /external/v8/src/parsing/
parse-info.cc 146 bool ParseInfo::is_declaration() const { function in class:v8::internal::ParseInfo
parse-info.h 188 bool is_declaration() const;
parser.cc 811 if (info->is_declaration()) {
    [all...]
  /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/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 407 insist (is_declaration g);
416 insist (is_declaration g);
431 insist (not (is_declaration g));
432 insist (not (is_declaration g2));
438 insist (not (is_declaration g));
439 insist (not (is_declaration g2));
563 insist (is_declaration fn);
583 insist (not (is_declaration fn));
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 823 bool is_declaration; member in class:ast_struct_specifier
    [all...]
glsl_parser_extras.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/clang/bindings/python/clang/
cindex.py 576 def is_declaration(self): member in class:CursorKind
    [all...]
  /external/v8/src/
objects-printer.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 500 external is_declaration : llvalue -> bool = "llvm_is_declaration"
    [all...]
llvm.mli 1121 val is_declaration : llvalue -> bool var
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 603 external is_declaration : llvalue -> bool = "llvm_is_declaration"
    [all...]
llvm.mli 1278 val is_declaration : llvalue -> bool var
    [all...]
  /external/v8/src/ast/
ast.h 2578 bool is_declaration() const { return function_type() == kDeclaration; } function in class:v8::internal::final
    [all...]

Completed in 2459 milliseconds