| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 209 auto *DC = dyn_cast<DeclContext>(getAsDecl()); in getDependence() 211 DC = getAsDecl()->getDeclContext(); in getDependence() 322 ID.AddPointer(getAsDecl()? getAsDecl()->getCanonicalDecl() : nullptr); in Profile() 375 return getAsDecl() == Other.getAsDecl(); in structurallyEquals() 434 NamedDecl *ND = getAsDecl(); in print() 552 return DB << Arg.getAsDecl(); in DiagTemplateArg()
|
| H A D | ASTDiagnostic.cpp | 1191 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1221 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
|
| H A D | ASTStructuralEquivalence.cpp | 551 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 168 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
|
| H A D | JSONNodeDumper.cpp | 1531 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl())); in VisitDeclarationTemplateArgument()
|
| H A D | StmtProfile.cpp | 2276 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
| H A D | TextNodeDumper.cpp | 889 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
|
| H A D | MicrosoftMangle.cpp | 1557 const NamedDecl *ND = TA.getAsDecl(); in mangleTemplateArg()
|
| H A D | Decl.cpp | 335 const NamedDecl *ND = Arg.getAsDecl(); in getLVForTemplateArgumentList()
|
| H A D | ItaniumMangle.cpp | 5310 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
| H A D | ASTContext.cpp | 6003 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
|
| H A D | ASTImporter.cpp | 817 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl()); in import()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 126 if (NamedDecl *ND = getAsDecl()) in getASTContext() 133 NamedDecl *getAsDecl() const { in getAsDecl() function 225 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl()
|
| H A D | TemplateBase.h | 276 ValueDecl *getAsDecl() const {
|
| H A D | PropertiesBase.td | 733 let Read = [{ node.getAsDecl() }];
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 332 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 2349 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl())) in DeduceTemplateArguments() 2403 Arg.getAsDecl(), in DeduceTemplateArguments() 2582 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()); in isSameTemplateArg()
|
| H A D | SemaTemplateInstantiate.cpp | 1547 VD = arg.getAsDecl(); in transformNonTypeTemplateParmRef()
|
| H A D | SemaExprCXX.cpp | 727 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); in getUuidAttrOfType()
|
| H A D | SemaTemplate.cpp | 7508 ValueDecl *VD = Arg.getAsDecl(); in BuildExpressionFromDeclTemplateArgument()
|
| H A D | TreeTransform.h | 4347 ? Arg.getAsDecl() in TransformTemplateArgument()
|
| H A D | SemaExpr.cpp | 18810 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 956 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1144 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1932 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|