Lines Matching refs:getASTContext
88 Bits(Ctx.getASTContext().getTypeSize(FieldDesc->getType())); in enumerateData()
96 Bits ElemSize = Bits(Ctx.getASTContext().getTypeSize(ElemType)); in enumerateData()
100 FieldDesc->getType()->isPackedVectorBoolType(Ctx.getASTContext()); in enumerateData()
115 Bits ElemSize = Bits(Ctx.getASTContext().getTypeSize(ElemType)); in enumerateData()
129 Ctx.getASTContext().getASTRecordLayout(R->getDecl()); in enumerateData()
144 Bits BitOffset = Offset + Bits(Ctx.getASTContext().toBits(ByteOffset)); in enumerateData()
224 !CheckBitcastType(S, OpPC, S.getASTContext().getBaseElementType(T), in CheckBitcastType()
229 const ASTContext &ASTCtx = S.getASTContext(); in CheckBitcastType()
264 const ASTContext &ASTCtx = Ctx.getASTContext(); in readPointerToBuffer()
338 QualType DataType = Ptr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCast()
346 const ASTContext &ASTCtx = S.getASTContext(); in DoBitCast()
361 const ASTContext &ASTCtx = S.getASTContext(); in DoBitCastPtr()
374 QualType FromType = FromPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr()
375 QualType ToType = ToPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr()
382 const ASTContext &ASTCtx = S.getASTContext(); in DoBitCastPtr()