Home
last modified time | relevance | path

Searched refs:is_anonymous (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/bindings/python/tests/cindex/
Dtest_type.py419 self.assertTrue(fields[1].is_anonymous())
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c910 int *is_anonymous, struct dwarf2_cu *);
4270 int is_anonymous; in read_namespace() local
4274 name = namespace_name (die, &is_anonymous, cu); in read_namespace()
4307 if (is_anonymous) in read_namespace()
4333 namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu) in namespace_name() argument
4351 *is_anonymous = (name == NULL); in namespace_name()
4352 if (*is_anonymous) in namespace_name()
/openbsd/src/gnu/llvm/clang/bindings/python/clang/
Dcindex.py1923 def is_anonymous(self): member in Cursor
1928 return self.type.get_declaration().is_anonymous()
/openbsd/src/gnu/llvm/clang/lib/AST/
DTextNodeDumper.cpp1980 FLAG(isAnonymousStructOrUnion, is_anonymous); in VisitCXXRecordDecl()