HomeSort by: relevance | last modified time | path
    Searched refs:is_declaration (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_cursor_kind.py 30 self.assertTrue(CursorKind.UNEXPOSED_DECL.is_declaration())
46 group = [n for n in ('is_declaration', 'is_reference', 'is_expression',
test_cursor.py 315 self.assertTrue(typedef.kind.is_declaration())
  /src/external/mit/isl/dist/interface/
plain_cpp.h 74 plain_cpp_generator &generator, bool is_declaration) :
75 class_printer(os, clazz, generator, is_declaration),
template_cpp.cc 1343 bool is_declaration);
1389 bool is_declaration) :
1392 is_declaration),
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-indexer.c 149 bool is_declaration = false; local
209 is_declaration = attr.as_boolean ();
289 if (is_declaration && !for_specification
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 6667 If IS_DECLARATION is TRUE, the nested-name-specifier is known to be
6675 bool is_declaration,
6709 if (is_declaration
6791 if (is_declaration
6805 is_declaration);
7039 bool is_declaration)
7048 is_declaration);
7082 bool is_declaration)
7124 is_declaration,
7405 /*is_declaration=*/false)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 6951 If IS_DECLARATION is TRUE, the nested-name-specifier is known to be
6959 bool is_declaration,
6993 if (is_declaration
7075 if (is_declaration
7089 is_declaration);
7323 bool is_declaration)
7332 is_declaration);
7366 bool is_declaration)
7408 is_declaration,
7689 /*is_declaration=*/false)
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 671 def is_declaration(self): member in class:CursorKind
1695 assert self.kind.is_declaration()
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 716 external is_declaration : llvalue -> bool = "llvm_is_declaration"
llvm.mli 1369 (** [is_declaration g] returns [true] if the global value [g] is a declaration
1372 val is_declaration : llvalue -> bool var
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 16354 bool is_declaration = false;
16412 is_declaration = attr.as_boolean ();
16490 if (is_declaration && !for_specification
16344 bool is_declaration = false; local

Completed in 69 milliseconds