Searched refs:getAsDecl (Results 1 – 21 of 21) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclContextInternals.h | 69 NamedDecl *getAsDecl() const { in getAsDecl() function 90 if (NamedDecl *OldD = getAsDecl()) in setHasExternalDecls() 107 if (NamedDecl *Singleton = getAsDecl()) { in remove() 128 } else if (NamedDecl *Singleton = getAsDecl()) { in removeExternalDecls() 148 if (NamedDecl *ND = getAsDecl()) { in getLookupResult() 166 if (NamedDecl *OldD = getAsDecl()) { in HandleRedeclaration() 195 if (NamedDecl *OldD = getAsDecl()) { in AddSubsequentDecl()
|
D | TemplateBase.h | 244 ValueDecl *getAsDecl() const { in getAsDecl() function
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 116 if (DeclContext *DC = dyn_cast<DeclContext>(getAsDecl())) in isDependent() 118 return getAsDecl()->getDeclContext()->isDependentContext(); in isDependent() 156 if (DeclContext *DC = dyn_cast<DeclContext>(getAsDecl())) in isInstantiationDependent() 158 return getAsDecl()->getDeclContext()->isDependentContext(); in isInstantiationDependent() 262 ID.AddPointer(getAsDecl()? getAsDecl()->getCanonicalDecl() : nullptr); in Profile() 312 return getAsDecl() == Other.getAsDecl(); in structurallyEquals() 369 NamedDecl *ND = cast<NamedDecl>(getAsDecl()); in print() 478 return DB << Arg.getAsDecl(); in operator <<()
|
D | ASTDiagnostic.cpp | 1011 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1317 return Iter.getDesugar().getAsDecl(); in GetValueDecl()
|
D | DeclBase.cpp | 1219 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND) in removeDecl()
|
D | StmtProfile.cpp | 1610 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
D | ExprCXX.cpp | 88 GetUuidAttrOfType(TA.getAsDecl()->getType(), &SeenMultipleGUIDs); in GetUuidAttrOfType()
|
D | ASTDumper.cpp | 933 dumpDeclRef(A.getAsDecl()); in dumpTemplateArgument()
|
D | ASTImporter.cpp | 358 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent() 2172 ValueDecl *To = cast_or_null<ValueDecl>(Importer.Import(From.getAsDecl())); in ImportTemplateArgument()
|
D | MicrosoftMangle.cpp | 1201 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg()
|
D | Decl.cpp | 331 if (const auto *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) { in getLVForTemplateArgumentList()
|
D | ItaniumMangle.cpp | 3730 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
D | ASTContext.cpp | 4341 ValueDecl *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 239 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 1703 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl())) in DeduceTemplateArguments() 1752 return DeduceNonTypeTemplateArgument(S, NTTP, Arg.getAsDecl(), in DeduceTemplateArguments() 1938 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()); in isSameTemplateArg()
|
D | SemaTemplateInstantiate.cpp | 1142 VD = cast<ValueDecl>(arg.getAsDecl()); in transformNonTypeTemplateParmRef()
|
D | SemaTemplate.cpp | 5389 ValueDecl *VD = cast<ValueDecl>(Arg.getAsDecl()); in BuildExpressionFromDeclTemplateArgument()
|
D | SemaExpr.cpp | 13647 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 780 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 668 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1301 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5291 AddDeclRef(Arg.getAsDecl(), Record); in AddTemplateArgument()
|