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

References

tools/clang/lib/CodeGen/CGCall.cpp
  165       prefix.push_back(CGT.getContext().getSizeType());
  485   bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows();
  488   if (getContext().getLangOpts().ObjCAutoRefCount &&
  598     argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty));
  696       getContext().VoidTy, /*instanceMethod=*/false, /*chainCall=*/false,
 1580   ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true);
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  218     : Types(Types), Context(Types.getContext()), D(D),
  220       Layout(Types.getContext().getASTRecordLayout(D)),
  704   uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes);
  774   if (getContext().getLangOpts().DumpRecordLayouts) {
  784   const ASTRecordLayout &Layout = getContext().getASTRecordLayout(D);
  786   uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize());
  794       getContext().toBits(NonVirtualSize);
  805   const ASTRecordLayout &AST_RL = getContext().getASTRecordLayout(D);
  811     if (FD->isZeroSize(getContext()))
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  123   const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
  168   if (const auto *AT = CGT.getContext().getAsArrayType(T))
tools/clang/lib/CodeGen/TargetInfo.cpp
  190   return CGT.getContext();