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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1293     if (!GV) {
 1295       GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false,
 1297       GV->setAlignment(CGM.getPointerAlign().getAsAlign());
 1299     return llvm::ConstantExpr::getBitCast(GV, ProtocolPtrTy);