Home
last modified time | relevance | path

Searched refs:is_declaration (Results 1 – 13 of 13) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_cursor_kind.py21 assert CursorKind.UNEXPOSED_DECL.is_declaration()
Dtest_cursor.py263 assert typedef.kind.is_declaration()
/external/llvm/test/Bindings/OCaml/
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-7.0/llvm/test/Bindings/OCaml/
Dcore.ml515 insist (is_declaration g);
524 insist (is_declaration g);
541 insist (not (is_declaration g));
542 insist (not (is_declaration g2));
548 insist (not (is_declaration g));
549 insist (not (is_declaration g2));
692 insist (is_declaration fn);
712 insist (not (is_declaration fn));
/external/mesa3d/src/compiler/glsl/
Dast.h891 bool is_declaration; variable
Dglsl_parser_extras.cpp1730 : name(identifier), layout(NULL), declarations(), is_declaration(true), in ast_struct_specifier()
Dglsl_parser.yy1177 $$->specifier->structure->is_declaration) {
Dast_to_hir.cpp7244 if (this->structure != NULL && this->structure->is_declaration) in hir()
/external/clang/bindings/python/clang/
Dcindex.py576 def is_declaration(self): member in CursorKind
1387 assert self.kind.is_declaration()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml603 external is_declaration : llvalue -> bool = "llvm_is_declaration"
Dllvm.mli1275 (** [is_declaration g] returns [true] if the global value [g] is a declaration
1278 val is_declaration : llvalue -> bool val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml671 external is_declaration : llvalue -> bool = "llvm_is_declaration"
Dllvm.mli1299 (** [is_declaration g] returns [true] if the global value [g] is a declaration
1302 val is_declaration : llvalue -> bool val