Searched refs:getAsDecl (Results 1 – 21 of 21) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | DeclContextInternals.h | 72 NamedDecl *getAsDecl() const { in getAsDecl() function 93 if (NamedDecl *OldD = getAsDecl()) in setHasExternalDecls() 110 if (NamedDecl *Singleton = getAsDecl()) { in remove() 131 } else if (NamedDecl *Singleton = getAsDecl()) { in removeExternalDecls() 152 if (getAsDecl()) { in getLookupResult() 171 if (NamedDecl *OldD = getAsDecl()) { in HandleRedeclaration() 200 if (NamedDecl *OldD = getAsDecl()) { in AddSubsequentDecl()
|
| D | TemplateBase.h | 244 ValueDecl *getAsDecl() const { in getAsDecl() function
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | TemplateBase.cpp | 102 if (DeclContext *DC = dyn_cast<DeclContext>(getAsDecl())) in isDependent() 104 return getAsDecl()->getDeclContext()->isDependentContext(); in isDependent() 143 if (DeclContext *DC = dyn_cast<DeclContext>(getAsDecl())) in isInstantiationDependent() 145 return getAsDecl()->getDeclContext()->isDependentContext(); in isInstantiationDependent() 251 ID.AddPointer(getAsDecl()? getAsDecl()->getCanonicalDecl() : 0); in Profile() 301 return getAsDecl() == Other.getAsDecl() && in structurallyEquals() 359 NamedDecl *ND = cast<NamedDecl>(getAsDecl()); in print() 469 return DB << Arg.getAsDecl(); in operator <<()
|
| D | ASTDiagnostic.cpp | 914 FromValueDecl = FromIter->getAsDecl(); in DiffTemplate() 921 ToValueDecl = ToIter->getAsDecl(); in DiffTemplate() 1117 return Iter.getDesugar().getAsDecl(); in GetValueDecl()
|
| D | DeclBase.cpp | 1114 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND) in removeDecl()
|
| D | StmtProfile.cpp | 1254 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
| D | MicrosoftMangle.cpp | 953 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg()
|
| D | ExprCXX.cpp | 87 GetUuidAttrOfType(TA.getAsDecl()->getType(), &SeenMultipleGUIDs); in GetUuidAttrOfType()
|
| D | ASTImporter.cpp | 313 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent() 2111 ValueDecl *FromD = From.getAsDecl(); in ImportTemplateArgument()
|
| D | ASTDumper.cpp | 701 dumpDeclRef(A.getAsDecl()); in dumpTemplateArgument()
|
| D | ItaniumMangle.cpp | 3311 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
| D | Decl.cpp | 328 if (NamedDecl *ND = dyn_cast<NamedDecl>(arg.getAsDecl())) { in getLVForTemplateArgumentList()
|
| D | ASTContext.cpp | 4022 ValueDecl *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaTemplateDeduction.cpp | 265 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()) && in checkDeducedTemplateArguments() 1673 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl()) && in DeduceTemplateArguments() 1723 return DeduceNonTypeTemplateArgument(S, NTTP, Arg.getAsDecl(), in DeduceTemplateArguments() 1946 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()) && in isSameTemplateArg()
|
| D | SemaTemplateInstantiate.cpp | 1242 VD = cast<ValueDecl>(arg.getAsDecl()); in transformNonTypeTemplateParmRef()
|
| D | SemaTemplate.cpp | 5074 ValueDecl *VD = cast<ValueDecl>(Arg.getAsDecl()); in BuildExpressionFromDeclTemplateArgument()
|
| D | SemaExpr.cpp | 12282 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/ |
| D | USRGeneration.cpp | 727 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 463 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 1222 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 4912 AddDeclRef(Arg.getAsDecl(), Record); in AddTemplateArgument()
|