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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 2384   const AliasAttr *AA = VD->getAttr<AliasAttr>();
 2387   CharUnits Alignment = getContext().getDeclAlign(VD);
 2388   llvm::Type *DeclTy = getTypes().ConvertTypeForMem(VD->getType());
 2393     unsigned AS = getContext().getTargetAddressSpace(VD->getType());
 2401                                       GlobalDecl(cast<FunctionDecl>(VD)),