Searched refs:getAsDecl (Results 1 – 22 of 22) 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 | 245 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() 487 return DB << Arg.getAsDecl(); in operator <<()
|
D | ASTDiagnostic.cpp | 1150 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1180 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
|
D | DeclBase.cpp | 1263 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND) in removeDecl()
|
D | StmtProfile.cpp | 1730 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
D | ASTDumper.cpp | 964 dumpDeclRef(A.getAsDecl()); in dumpTemplateArgument()
|
D | ASTImporter.cpp | 413 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent() 2293 ValueDecl *To = cast_or_null<ValueDecl>(Importer.Import(From.getAsDecl())); in ImportTemplateArgument()
|
D | MicrosoftMangle.cpp | 1249 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg()
|
D | ItaniumMangle.cpp | 4130 ValueDecl *D = A.getAsDecl(); in mangleTemplateArg()
|
D | Decl.cpp | 332 if (const auto *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) { in getLVForTemplateArgumentList()
|
D | ASTContext.cpp | 4395 ValueDecl *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl()); in getCanonicalTemplateArgument()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | CheckTraceVisitor.cpp | 329 dyn_cast<FunctionDecl>(args[1].getAsDecl())) { in CheckRegisterWeakMembers()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 239 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 1716 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl())) in DeduceTemplateArguments() 1765 return DeduceNonTypeTemplateArgument(S, NTTP, Arg.getAsDecl(), in DeduceTemplateArguments() 1952 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()); in isSameTemplateArg()
|
D | SemaTemplateInstantiate.cpp | 1144 VD = cast<ValueDecl>(arg.getAsDecl()); in transformNonTypeTemplateParmRef()
|
D | SemaExprCXX.cpp | 540 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); in getUuidAttrOfType()
|
D | SemaTemplate.cpp | 5431 ValueDecl *VD = cast<ValueDecl>(Arg.getAsDecl()); in BuildExpressionFromDeclTemplateArgument()
|
D | SemaExpr.cpp | 14094 if (Decl *D = Arg.getAsDecl()) in TraverseTemplateArgument()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 809 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 777 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder); in AST_MATCHER_P()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1411 const ValueDecl *D = TA.getAsDecl(); in CollectTemplateParams()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5327 AddDeclRef(Arg.getAsDecl()); in AddTemplateArgument()
|