reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1437   if (!T)
 1441   if (T->getTag() == dwarf::DW_TAG_typedef) {
 1442     if (DIScope *Scope = T->getScope()) {
 1453     if (!T || T->isForwardDecl())
 1453     if (!T || T->isForwardDecl())
 1456     const DIDerivedType *DT = dyn_cast<DIDerivedType>(T);
 1459     T = DT->getBaseType();