reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
102 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DINamespace)
193 case DINamespaceKind: 440 case DINamespaceKind: 2026 : DIScope(Context, DINamespaceKind, Storage, dwarf::DW_TAG_namespace, 2041 TempDINamespace cloneImpl() const { 2054 TempDINamespace clone() const { return cloneImpl(); } 2064 return MD->getMetadataID() == DINamespaceKind;include/llvm/Support/Casting.h
92 return isa_impl<To, From>::doit(*Val); 92 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/IR/DebugInfoMetadata.cpp
699 DEFINE_GETIMPL_STORE(DINamespace, (ExportSymbols), Ops);
unittests/IR/MetadataTest.cpp 2041 TempDINamespace Temp = N->clone();