/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 285 auto *DC = dyn_cast<DeclContext>(getAsDecl()); in getDependence() 287 DC = getAsDecl()->getDeclContext(); in getDependence() 403 ID.AddPointer(getAsDecl()); in Profile() 450 return getAsDecl() == Other.getAsDecl() && in structurallyEquals() 521 NamedDecl *ND = getAsDecl(); in print() 639 return DB << Arg.getAsDecl(); in DiagTemplateArg()
|
H A D | ASTDiagnostic.cpp | 1229 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1270 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
|
H A D | ASTStructuralEquivalence.cpp | 680 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 179 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
|
H A D | JSONNodeDumper.cpp | 1688 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl())); in VisitDeclarationTemplateArgument()
|
H A D | StmtProfile.cpp | 2445 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
H A D | TextNodeDumper.cpp | 1122 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
|
H A D | MicrosoftMangle.cpp | 1767 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 | 6083 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
H A D | ASTImporter.cpp | 809 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl()); in import() 3636 return isAncestorDeclContextOf(ParentDC, Arg.getAsDecl()); in checkTemplateArgument()
|
H A D | ASTContext.cpp | 7190 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
|
/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 231 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl()
|
H A D | TemplateBase.h | 326 ValueDecl *getAsDecl() const {
|
H A D | PropertiesBase.td | 777 let Read = [{ node.getAsDecl() }];
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 336 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 2451 isSameDeclaration(P.getAsDecl(), A.getAsDecl())) in DeduceTemplateArguments() 2502 S, TemplateParams, NTTP, A.getAsDecl(), A.getParamTypeForDecl(), in DeduceTemplateArguments() 2693 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()); in isSameTemplateArg()
|
H A D | SemaTemplateInstantiate.cpp | 2209 ValueDecl *VD = arg.getAsDecl(); in transformNonTypeTemplateParmRef()
|
H A D | SemaExprCXX.cpp | 736 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); in getUuidAttrOfType()
|
H A D | SemaTemplate.cpp | 7255 ValueDecl *VD = Arg.getAsDecl(); in BuildExpressionFromDeclTemplateArgument()
|
H A D | TreeTransform.h | 4674 ? Arg.getAsDecl() in TransformTemplateArgument()
|
H A D | SemaExpr.cpp | 19845 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 1039 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 1108 const auto *VD = CTA.getAsDecl(); in getFragmentsForTemplateArguments()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1151 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2266 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|