| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 281 auto *DC = dyn_cast<DeclContext>(getAsDecl()); in getDependence() 283 DC = getAsDecl()->getDeclContext(); in getDependence() 396 ID.AddPointer(getAsDecl()); in Profile() 452 return getAsDecl() == Other.getAsDecl() && in structurallyEquals() 524 ValueDecl *VD = getAsDecl(); in print() 643 return DB << Arg.getAsDecl(); in DiagTemplateArg()
|
| H A D | ASTDiagnostic.cpp | 1258 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1299 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
|
| H A D | ASTStructuralEquivalence.cpp | 726 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 195 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
|
| H A D | JSONNodeDumper.cpp | 1702 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl())); in VisitDeclarationTemplateArgument()
|
| H A D | StmtProfile.cpp | 2494 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
| H A D | TextNodeDumper.cpp | 1253 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
|
| H A D | MicrosoftMangle.cpp | 1807 const NamedDecl *ND = TA.getAsDecl(); in mangleTemplateArg()
|
| H A D | Decl.cpp | 335 const NamedDecl *ND = Arg.getAsDecl(); in getLVForTemplateArgumentList()
|
| H A D | ASTContext.cpp | 7733 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument() 7793 return Arg1.getAsDecl()->getUnderlyingDecl()->getCanonicalDecl() == in isSameTemplateArgument() 7794 Arg2.getAsDecl()->getUnderlyingDecl()->getCanonicalDecl(); in isSameTemplateArgument()
|
| H A D | ItaniumMangle.cpp | 6356 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
| H A D | ASTImporter.cpp | 863 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl()); in import() 3911 return isAncestorDeclContextOf(ParentDC, Arg.getAsDecl()); in checkTemplateArgument()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 137 if (NamedDecl *ND = getAsDecl()) in getASTContext() 144 NamedDecl *getAsDecl() const { in getAsDecl() function 230 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl()
|
| H A D | TemplateBase.h | 327 ValueDecl *getAsDecl() const {
|
| H A D | PropertiesBase.td | 800 let Read = [{ node.getAsDecl() }];
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 76 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
|
| H A D | ASTWriterDecl.cpp | 254 if (!TA.getAsDecl()->isExternallyVisible()) in shouldSkipWritingSpecializations()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 1037 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 324 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 2540 isSameDeclaration(P.getAsDecl(), A.getAsDecl())) in DeduceTemplateArguments() 2617 S, TemplateParams, NTTP, A.getAsDecl(), A.getParamTypeForDecl(), in DeduceTemplateArguments()
|
| H A D | SemaTemplateInstantiate.cpp | 2386 ValueDecl *VD = arg.getAsDecl(); in transformNonTypeTemplateParmRef()
|
| H A D | SemaExprCXX.cpp | 723 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); in getUuidAttrOfType()
|
| H A D | SemaTemplate.cpp | 7719 ValueDecl *VD = Arg.getAsDecl(); in BuildExpressionFromDeclTemplateArgument()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 1126 const auto *VD = CTA.getAsDecl(); in getFragmentsForTemplateArguments()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1159 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2440 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|