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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2950   if (CGM.getTarget().getTriple().isOSBinFormatCOFF()) {
 2951     IdentifierInfo &II = CGM.getContext().Idents.get(C->getName());
 2952     TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
 2975   if (CGM.getLangOpts().BlocksRuntimeOptional && GV->isDeclaration() &&
 2979   CGM.setDSOLocal(GV);