| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 71 NamedDecl *getAsDecl() const { in getAsDecl() function 92 if (NamedDecl *OldD = getAsDecl()) in setHasExternalDecls() 109 if (NamedDecl *Singleton = getAsDecl()) { in remove() 130 } else if (NamedDecl *Singleton = getAsDecl()) { in removeExternalDecls() 150 if (NamedDecl *ND = getAsDecl()) { in getLookupResult() 168 if (NamedDecl *OldD = getAsDecl()) { in HandleRedeclaration() 196 if (NamedDecl *OldD = getAsDecl()) { in AddSubsequentDecl()
|
| H A D | TemplateBase.h | 264 ValueDecl *getAsDecl() const { in getAsDecl() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 131 if (DeclContext *DC = dyn_cast<DeclContext>(getAsDecl())) in isDependent() 133 return getAsDecl()->getDeclContext()->isDependentContext(); in isDependent() 171 if (DeclContext *DC = dyn_cast<DeclContext>(getAsDecl())) in isInstantiationDependent() 173 return getAsDecl()->getDeclContext()->isDependentContext(); in isInstantiationDependent() 302 ID.AddPointer(getAsDecl()? getAsDecl()->getCanonicalDecl() : nullptr); in Profile() 352 return getAsDecl() == Other.getAsDecl(); in structurallyEquals() 409 NamedDecl *ND = getAsDecl(); in print() 522 return DB << Arg.getAsDecl(); in operator <<()
|
| H A D | ASTStructuralEquivalence.cpp | 251 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
|
| H A D | ASTDiagnostic.cpp | 1173 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1203 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
|
| H A D | ODRHash.cpp | 163 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
|
| H A D | TextNodeDumper.cpp | 571 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
|
| H A D | DeclBase.cpp | 1474 if ((Vec && is_contained(*Vec, ND)) || Pos->second.getAsDecl() == ND) in removeDecl()
|
| H A D | StmtProfile.cpp | 1989 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
| H A D | MicrosoftMangle.cpp | 1426 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 | 4481 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
| H A D | ASTContext.cpp | 5312 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
|
| H A D | ASTImporter.cpp | 768 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl()); in import()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 321 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 2158 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl())) in DeduceTemplateArguments() 2212 Arg.getAsDecl(), in DeduceTemplateArguments() 2391 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()); in isSameTemplateArg()
|
| H A D | SemaTemplateInstantiate.cpp | 1264 VD = arg.getAsDecl(); in transformNonTypeTemplateParmRef()
|
| H A D | SemaExprCXX.cpp | 611 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); in getUuidAttrOfType()
|
| H A D | SemaTemplate.cpp | 6770 ValueDecl *VD = Arg.getAsDecl(); in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaExpr.cpp | 15831 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 941 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 978 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1725 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5869 AddDeclRef(Arg.getAsDecl()); in AddTemplateArgument()
|