Home
last modified time | relevance | path

Searched refs:getAsDecl (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp208 auto *DC = dyn_cast<DeclContext>(getAsDecl()); in getDependence()
210 DC = getAsDecl()->getDeclContext(); in getDependence()
321 ID.AddPointer(getAsDecl()? getAsDecl()->getCanonicalDecl() : nullptr); in Profile()
374 return getAsDecl() == Other.getAsDecl(); in structurallyEquals()
433 NamedDecl *ND = getAsDecl(); in print()
551 return DB << Arg.getAsDecl(); in DiagTemplateArg()
H A DASTStructuralEquivalence.cpp550 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
H A DASTDiagnostic.cpp1190 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables()
1220 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
H A DODRHash.cpp168 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
H A DJSONNodeDumper.cpp1480 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl())); in VisitDeclarationTemplateArgument()
H A DTextNodeDumper.cpp848 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
H A DStmtProfile.cpp2259 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
H A DMicrosoftMangle.cpp1557 const NamedDecl *ND = TA.getAsDecl(); in mangleTemplateArg()
H A DDecl.cpp335 const NamedDecl *ND = Arg.getAsDecl(); in getLVForTemplateArgumentList()
H A DItaniumMangle.cpp5290 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
H A DASTContext.cpp5988 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
H A DASTImporter.cpp799 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl()); in import()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h126 if (NamedDecl *ND = getAsDecl()) in getASTContext()
133 NamedDecl *getAsDecl() const { in getAsDecl() function
225 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl()
H A DTemplateBase.h276 ValueDecl *getAsDecl() const {
H A DPropertiesBase.td733 let Read = [{ node.getAsDecl() }];
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp332 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 DSemaTemplateInstantiate.cpp1547 VD = arg.getAsDecl(); in transformNonTypeTemplateParmRef()
H A DSemaExprCXX.cpp707 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); in getUuidAttrOfType()
H A DSemaTemplate.cpp7508 ValueDecl *VD = Arg.getAsDecl(); in BuildExpressionFromDeclTemplateArgument()
H A DTreeTransform.h4326 ? Arg.getAsDecl() in TransformTemplateArgument()
H A DSemaExpr.cpp18634 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp956 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1144 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1951 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()