Lines Matching defs:getASTContext

150       disc = getASTContext().getManglingNumber(ND);
200 ASTContext &getASTContext() const { return Context.getASTContext(); }
211 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
217 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
316 if (!getASTContext().getLangOpts().CPlusPlus)
427 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), nullptr);
435 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
458 FieldOffset = getASTContext().getFieldOffset(VD);
459 assert(FieldOffset % getASTContext().getCharWidth() == 0 &&
461 FieldOffset /= getASTContext().getCharWidth();
518 cast<MicrosoftVTableContext>(getASTContext().getVTableContext());
525 const ASTRecordLayout &Layout = getASTContext().getASTRecordLayout(RD);
555 CharUnits PointerWidth = getASTContext().toCharUnitsFromBits(
556 getASTContext().getTargetInfo().getPointerWidth(0));
1061 if (E->isIntegerConstantExpr(Value, Context.getASTContext())) {
1067 E = E->IgnoreParenNoopCasts(Context.getASTContext());
1079 StringRef Uuid = UE->getUuidAsStringRef(Context.getASTContext());
1365 T = T.getDesugaredType(getASTContext());
1367 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) {
1508 << T->getName(Context.getASTContext().getPrintingPolicy())
1777 getASTContext().getAsConstantArrayType(ElementTy)) {
1782 getASTContext().getAsVariableArrayType(ElementTy);
1792 getASTContext().getAsDependentSizedArrayType(ElementTy);
1800 getASTContext().getAsIncompleteArrayType(ElementTy)) {
1899 uint64_t Width = getASTContext().getTypeSize(T);
2073 getASTContext().getSourceManager(),
2172 cast<MicrosoftVTableContext>(getASTContext().getVTableContext());