| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 280 auto *DC = dyn_cast<DeclContext>(getAsDecl()); in getDependence() 282 DC = getAsDecl()->getDeclContext(); in getDependence() 398 ID.AddPointer(getAsDecl()); in Profile() 445 return getAsDecl() == Other.getAsDecl() && in structurallyEquals() 516 NamedDecl *ND = getAsDecl(); in print() 642 return DB << Arg.getAsDecl(); in DiagTemplateArg()
|
| H A D | ASTDiagnostic.cpp | 1226 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1256 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
|
| H A D | ASTStructuralEquivalence.cpp | 670 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 172 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
|
| H A D | JSONNodeDumper.cpp | 1645 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl())); in VisitDeclarationTemplateArgument()
|
| H A D | StmtProfile.cpp | 2407 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
| H A D | TextNodeDumper.cpp | 984 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
|
| H A D | MicrosoftMangle.cpp | 1670 const NamedDecl *ND = TA.getAsDecl(); in mangleTemplateArg()
|
| H A D | Decl.cpp | 336 const NamedDecl *ND = Arg.getAsDecl(); in getLVForTemplateArgumentList()
|
| H A D | ItaniumMangle.cpp | 6052 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
| H A D | ASTImporter.cpp | 808 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl()); in import() 3582 return isAncestorDeclContextOf(ParentDC, Arg.getAsDecl()); in checkTemplateArgument()
|
| H A D | ASTContext.cpp | 6741 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 125 if (NamedDecl *ND = getAsDecl()) in getASTContext() 132 NamedDecl *getAsDecl() const { in getAsDecl() function 224 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl()
|
| H A D | TemplateBase.h | 326 ValueDecl *getAsDecl() const {
|
| H A D | PropertiesBase.td | 774 let Read = [{ node.getAsDecl() }];
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 334 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 2288 isSameDeclaration(P.getAsDecl(), A.getAsDecl())) in DeduceTemplateArguments() 2339 S, TemplateParams, NTTP, A.getAsDecl(), A.getParamTypeForDecl(), in DeduceTemplateArguments() 2521 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()); in isSameTemplateArg()
|
| H A D | SemaTemplateInstantiate.cpp | 1979 ValueDecl *VD = arg.getAsDecl(); in transformNonTypeTemplateParmRef()
|
| H A D | SemaExprCXX.cpp | 739 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); in getUuidAttrOfType()
|
| H A D | SemaTemplate.cpp | 7997 ValueDecl *VD = Arg.getAsDecl(); in BuildExpressionFromDeclTemplateArgument()
|
| H A D | TreeTransform.h | 4592 ? Arg.getAsDecl() in TransformTemplateArgument()
|
| H A D | SemaExpr.cpp | 20837 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 1023 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1150 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2140 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|