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

References

tools/clang/lib/AST/ItaniumMangle.cpp
  188       unsigned discriminator = getASTContext().getManglingNumber(ND);
  382   ASTContext &getASTContext() const { return Context.getASTContext(); }
  606   if (!getASTContext().getLangOpts().CPlusPlus)
 2285     if (Context.getASTContext().addressSpaceMapManglingFor(AS)) {
 2287       unsigned TargetAS = Context.getASTContext().getTargetAddressSpace(AS);
 2452         = T.getSingleStepDesugaredType(Context.getASTContext());
 2464     isTypeSubstitutable(quals, ty, Context.getASTContext());
 2471     ty = Context.getASTContext().getAsArrayType(T);
 2905     mangleType(Context.getASTContext().getSignatureParameterType(ParamTy));
 3686       QualType UuidT = UE->getTypeOperand(Context.getASTContext());
 3985       llvm::APSInt V = SAE->EvaluateKnownConstInt(Context.getASTContext());
 4043       mangleType(TIE->getTypeOperand(Context.getASTContext()));
 4540     A = Context.getASTContext().getCanonicalTemplateArgument(A);
 4698   Template = Context.getASTContext().getCanonicalTemplateName(Template);
 4863   Template = Context.getASTContext().getCanonicalTemplateName(Template);
 4942                                  getASTContext().getSourceManager(),
tools/clang/lib/AST/Mangle.cpp
   96   const ASTContext &ASTContext = getASTContext();
  108   if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
  138         getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix();
  146   const ASTContext &ASTContext = getASTContext();
tools/clang/lib/AST/MicrosoftMangle.cpp
  213       disc = getASTContext().getManglingNumber(ND);
  220           !getASTContext().getDeclaratorForUnnamedTagDecl(Tag) &&
  221           !getASTContext().getTypedefNameForUnnamedTagDecl(Tag))
  280   ASTContext &getASTContext() const { return Context.getASTContext(); }
  292         PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
  299         PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
  306         PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
  453   if (!getASTContext().getLangOpts().CPlusPlus)
  953               Context.getASTContext().getDeclaratorForUnnamedTagDecl(TD)) {
  959                      Context.getASTContext().getTypedefNameForUnnamedTagDecl(
 1364   if (E->isIntegerConstantExpr(Value, Context.getASTContext())) {
 1370   E = E->IgnoreParenNoopCasts(Context.getASTContext());
 1521         Out << (Context.getASTContext().getLangOpts().isCompatibleWithMSVC(
 1839   if (Context.getASTContext().addressSpaceMapManglingFor(AS)) {
 1840     unsigned TargetAS = Context.getASTContext().getTargetAddressSpace(AS);
 2143         << T->getName(Context.getASTContext().getPrintingPolicy()) << Range;
 2953                                  getASTContext().getSourceManager(),
 3206   bool OmitCopyCtor = getASTContext().getLangOpts().isCompatibleWithMSVC(
 3208                       !getASTContext().getLangOpts().isCompatibleWithMSVC(
 3448   unsigned StringLength = getASTContext()