Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcontext

45       QualType T = getContext().getPointerDiffType();
192 switch (CGM.getContext().getTargetInfo().getCXXABI().getKind()) {
517 const ASTContext &Context = getContext();
581 getContext().getASTRecordLayout(Derived).getBaseClassOffset(Base);
591 getContext().toCharUnitsFromBits(getContext().getFieldOffset(MPD));
738 ASTContext &Context = getContext();
762 ASTContext &Context = getContext();
794 ASTContext &Context = getContext();
846 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
889 CGM.getContext().getTypeAlignInChars(elementType));
901 ASTContext &Ctx = getContext();
957 CGM.getContext().getTypeAlignInChars(elementType));
976 getContext().getTypeSizeInChars(elementType).getQuantity());
1010 llvm::FunctionType::get(CGM.getTypes().ConvertType(CGM.getContext().IntTy),
1063 (getContext().getLangOpts().ThreadsafeStatics && D.isLocalVarDecl());