reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIMacro)
3132 case DIMacroKind: 3147 : DIMacroNode(C, DIMacroKind, Storage, MIType, Ops), Line(Line) {} 3160 TempDIMacro cloneImpl() const { 3173 TempDIMacro clone() const { return cloneImpl(); } 3184 return MD->getMetadataID() == DIMacroKind;include/llvm/Support/Casting.h
106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/IR/DebugInfoMetadata.cpp
1225 DEFINE_GETIMPL_STORE(DIMacro, (MIType, Line), Ops);