• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching refs:getDecl

473     mangleUnqualifiedName(GD, cast<NamedDecl>(GD.getDecl())->getDeclName(), UnknownArity,
649 if (isa<FunctionDecl>(GD.getDecl()))
651 else if (const VarDecl *VD = dyn_cast<VarDecl>(GD.getDecl()))
654 dyn_cast<IndirectFieldDecl>(GD.getDecl()))
656 else if (const FieldDecl *FD = dyn_cast<FieldDecl>(GD.getDecl()))
658 else if (const MSGuidDecl *GuidD = dyn_cast<MSGuidDecl>(GD.getDecl()))
665 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl());
799 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl());
826 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl());
861 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl());
962 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl());
974 const TemplateDecl *ND = cast<TemplateDecl>(GD.getDecl());
1269 const NamedDecl *ND = cast_or_null<NamedDecl>(GD.getDecl());
1356 const RecordDecl *RD = VD->getType()->castAs<RecordType>()->getDecl();
1543 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl());
1602 const Decl *D = GD.getDecl();
1971 const TemplateDecl *ND = cast<TemplateDecl>(GD.getDecl());
2134 mangleSourceNameWithAbiTags(cast<TypedefType>(Ty)->getDecl());
2139 cast<UnresolvedUsingType>(Ty)->getDecl());
2144 mangleSourceNameWithAbiTags(cast<TagType>(Ty)->getDecl());
2194 cast<InjectedClassNameType>(Ty)->getDecl());
3049 mangleName(T->getDecl());
3061 mangleName(T->getDecl());
3404 mangleSourceName(T->getDecl()->getIdentifier());
3642 if (!RT->getDecl()->isAnonymousStructOrUnion())
4381 mangleDeclRefExpr(cast<DeclRefExpr>(E)->getDecl());
4751 const ValueDecl *D = DRE->getDecl();
4873 return mangleSubstitution(RT->getDecl());
4921 dyn_cast<ClassTemplateSpecializationDecl>(RT->getDecl());
5037 addSubstitution(RT->getDecl());
5123 const NamedDecl *D = cast<NamedDecl>(GD.getDecl());