Searched refs:is_declaration (Results 1 - 17 of 17) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py21 assert CursorKind.UNEXPOSED_DECL.is_declaration()
37 group = [n for n in ('is_declaration', 'is_reference', 'is_expression',
H A Dtest_cursor.py263 assert typedef.kind.is_declaration()
/external/v8/src/parsing/
H A Dparse-info.cc88 bool ParseInfo::is_declaration() const { function in class:v8::internal::ParseInfo
H A Dparse-info.h151 bool is_declaration() const;
H A Dparser.cc872 if (info->is_declaration()) {
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml469 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));
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dvmcore.ml407 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));
/external/clang/bindings/python/clang/
H A Dcindex.py576 def is_declaration(self): member in class:CursorKind
1387 assert self.kind.is_declaration()
/external/v8/src/
H A Dobjects-printer.cc1087 } else if (is_declaration()) {
H A Dobjects-inl.h6057 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_declaration,
H A Dobjects.h7674 DECL_BOOLEAN_ACCESSORS(is_declaration)
H A Dobjects.cc13928 shared_info->set_is_declaration(lit->is_declaration());
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml500 external is_declaration : llvalue -> bool = "llvm_is_declaration"
H A Dllvm.mli1118 (** [is_declaration g] returns [true] if the global value [g] is a declaration
1121 val is_declaration : llvalue -> bool var
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml603 external is_declaration : llvalue -> bool = "llvm_is_declaration"
H A Dllvm.mli1275 (** [is_declaration g] returns [true] if the global value [g] is a declaration
1278 val is_declaration : llvalue -> bool var
/external/v8/src/ast/
H A Dast.h2588 bool is_declaration() const { return function_type() == kDeclaration; } function in class:v8::internal::final

Completed in 2312 milliseconds