HomeSort by: relevance | last modified time | path
    Searched defs:is_anonymous (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1867 def is_anonymous(self): member in class:Cursor
1872 return self.type.get_declaration().is_anonymous()
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 956 int *is_anonymous, struct dwarf2_cu *);
14245 int is_anonymous;
14262 name = namespace_name (die, &is_anonymous, cu);
14287 int is_anonymous;
14300 namespace_name (die, &is_anonymous, cu);
14301 if (is_anonymous)
14363 *IS_ANONYMOUS to tell whether or not the namespace is an anonymous
14367 namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu)
14388 *is_anonymous = (name == NULL);
14389 if (*is_anonymous)
14236 int is_anonymous; local
14278 int is_anonymous; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 900 int *is_anonymous, struct dwarf2_cu *);
12543 int is_anonymous;
12560 name = namespace_name (die, &is_anonymous, cu);
12585 int is_anonymous;
12598 namespace_name (die, &is_anonymous, cu);
12599 if (is_anonymous)
12663 *IS_ANONYMOUS to tell whether or not the namespace is an anonymous
12667 namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu)
12688 *is_anonymous = (name == NULL);
12689 if (*is_anonymous)
12536 int is_anonymous; local
12578 int is_anonymous; local
    [all...]

Completed in 41 milliseconds