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

References

tools/clang/lib/AST/ASTContext.cpp
 6775   if (Ctx->getLangOpts().ObjCRuntime.isGNUFamily()) {
 6779       Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr,
 6783       const ASTRecordLayout &RL = Ctx->getASTRecordLayout(RD);
 6790       S += ObjCEncodingForEnumType(Ctx, ET);
 6793       S += getObjCEncodingForPrimitiveType(Ctx, BT);
 6796   S += llvm::utostr(FD->getBitWidthValue(*Ctx));