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

References

tools/clang/lib/AST/APValue.cpp
  477     Out << "<out of lifetime>";
  480     Out << "<uninitialized>";
  484       Out << (getInt().getBoolValue() ? "true" : "false");
  486       Out << getInt();
  489     Out << GetApproxValue(getFloat());
  492     Out << getFixedPoint();
  495     Out << '{';
  497     getVectorElt(0).printPretty(Out, Ctx, ElemTy);
  499       Out << ", ";
  500       getVectorElt(i).printPretty(Out, Ctx, ElemTy);
  502     Out << '}';
  506     Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
  509     Out << GetApproxValue(getComplexFloatReal()) << "+"
  522         Out << (Ctx.getLangOpts().CPlusPlus11 ? "nullptr" : "0");
  524         Out << "*(" << InnerTy.stream(Ctx.getPrintingPolicy()) << "*)"
  527         Out << "(" << Ty.stream(Ctx.getPrintingPolicy()) << ")"
  539           Out << "*(";
  541           Out << "(char*)";
  544         Out << '&';
  546         Out << '&';
  550         Out << *VD;
  552         TI.print(Out, Ctx.getPrintingPolicy());
  554         Out << "{*new "
  560         Base.get<const Expr*>()->printPretty(Out, nullptr,
  565         Out << " + " << (O / S);
  567           Out << ')';
  574       Out << '&';
  576       Out << "*(&";
  580       Out << *VD;
  583       TI.print(Out, Ctx.getPrintingPolicy());
  586       Out << "{*new "
  593       E->printPretty(Out, nullptr, Ctx.getPrintingPolicy());
  611           Out << ".";
  613             Out << *CastToBase << "::";
  614           Out << *VD;
  619         Out << '[' << Path[I].getAsArrayIndex() << ']';
  628       Out << " + 1";
  630         Out << ')';
  637     Out << '{';
  639       getArrayInitializedElt(0).printPretty(Out, Ctx, ElemTy);
  641         Out << ", ";
  644           Out << "...";
  647         getArrayInitializedElt(I).printPretty(Out, Ctx, ElemTy);
  650     Out << '}';
  654     Out << '{';
  663           Out << ", ";
  664         getStructBase(I).printPretty(Out, Ctx, BI->getType());
  670         Out << ", ";
  673         printPretty(Out, Ctx, FI->getType());
  676     Out << '}';
  680     Out << '{';
  682       Out << "." << *FD << " = ";
  683       getUnionValue().printPretty(Out, Ctx, FD->getType());
  685     Out << '}';
  691       Out << '&' << *cast<CXXRecordDecl>(VD->getDeclContext()) << "::" << *VD;
  694     Out << "0";
  697     Out << "&&" << getAddrLabelDiffLHS()->getLabel()->getName();
  698     Out << " - ";
  699     Out << "&&" << getAddrLabelDiffRHS()->getLabel()->getName();