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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4234   collectDefaultFieldsForBlockLiteralDeclare(block, C, loc, *blockLayout, tunit,
 4285                                        offsetInBits, tunit, tunit));
 4285                                        offsetInBits, tunit, tunit));
 4301       fieldType = DBuilder.createMemberType(tunit, name, tunit, line,
 4301       fieldType = DBuilder.createMemberType(tunit, name, tunit, line,
 4307                                   offsetInBits, Align, tunit, tunit);
 4307                                   offsetInBits, Align, tunit, tunit);
 4319       DBuilder.createStructType(tunit, typeName.str(), tunit, line,
 4319       DBuilder.createStructType(tunit, typeName.str(), tunit, line,
 4330       scope, Name, ArgNo, tunit, line, type, CGM.getLangOpts().Optimize, flags);