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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 4674         IdentifierInfo &II = Context.Idents.get(GV->getName());
 4675         TranslationUnitDecl *TUDecl = Context.getTranslationUnitDecl();
 4704   QualType CFTy = Context.getCFConstantStringType();
 4741   CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy)
 4741   CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy)
 4742                             : Context.getTypeAlignInChars(Context.CharTy);
 4742                             : Context.getTypeAlignInChars(Context.CharTy);
 4768                              Context.getTargetInfo().getLongWidth());
 4781       IsSwiftABI ? Context.toCharUnitsFromBits(64) : getPointerAlign();