Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclContextInternals.h72 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()
DTemplateBase.h244 ValueDecl *getAsDecl() const { in getAsDecl() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DTemplateBase.cpp102 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 <<()
DASTDiagnostic.cpp914 FromValueDecl = FromIter->getAsDecl(); in DiffTemplate()
921 ToValueDecl = ToIter->getAsDecl(); in DiffTemplate()
1117 return Iter.getDesugar().getAsDecl(); in GetValueDecl()
DDeclBase.cpp1114 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND) in removeDecl()
DStmtProfile.cpp1254 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
DMicrosoftMangle.cpp953 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg()
DExprCXX.cpp87 GetUuidAttrOfType(TA.getAsDecl()->getType(), &SeenMultipleGUIDs); in GetUuidAttrOfType()
DASTImporter.cpp313 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
2111 ValueDecl *FromD = From.getAsDecl(); in ImportTemplateArgument()
DASTDumper.cpp701 dumpDeclRef(A.getAsDecl()); in dumpTemplateArgument()
DItaniumMangle.cpp3311 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
DDecl.cpp328 if (NamedDecl *ND = dyn_cast<NamedDecl>(arg.getAsDecl())) { in getLVForTemplateArgumentList()
DASTContext.cpp4022 ValueDecl *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateDeduction.cpp265 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()
DSemaTemplateInstantiate.cpp1242 VD = cast<ValueDecl>(arg.getAsDecl()); in transformNonTypeTemplateParmRef()
DSemaTemplate.cpp5074 ValueDecl *VD = cast<ValueDecl>(Arg.getAsDecl()); in BuildExpressionFromDeclTemplateArgument()
DSemaExpr.cpp12282 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/
DUSRGeneration.cpp727 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchers.h463 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp1222 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp4912 AddDeclRef(Arg.getAsDecl(), Record); in AddTemplateArgument()