/external/llvm-project/clang/include/clang/AST/ |
D | DeclContextInternals.h | 70 NamedDecl *getAsDecl() const { in getAsDecl() function 91 if (NamedDecl *OldD = getAsDecl()) in setHasExternalDecls() 108 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() 194 if (NamedDecl *OldD = getAsDecl()) { in AddSubsequentDecl()
|
D | TemplateBase.h | 276 ValueDecl *getAsDecl() const {
|
D | PropertiesBase.td | 425 let Read = [{ node.getAsDecl() }];
|
/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()
|
/external/llvm-project/clang/lib/AST/ |
D | TemplateBase.cpp | 135 auto *DC = dyn_cast<DeclContext>(getAsDecl()); in getDependence() 137 DC = getAsDecl()->getDeclContext(); in getDependence() 247 ID.AddPointer(getAsDecl()? getAsDecl()->getCanonicalDecl() : nullptr); in Profile() 300 return getAsDecl() == Other.getAsDecl(); in structurallyEquals() 357 NamedDecl *ND = getAsDecl(); in print() 473 return DB << Arg.getAsDecl(); in DiagTemplateArg()
|
D | ASTDiagnostic.cpp | 1190 VD = Iter->getAsDecl(); in InitializeNonTypeDiffVariables() 1220 VD = TA.getAsDecl(); in InitializeNonTypeDiffVariables()
|
D | ASTStructuralEquivalence.cpp | 532 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl()); in IsStructurallyEquivalent()
|
D | ODRHash.cpp | 168 AddDecl(TA.getAsDecl()); in AddTemplateArgument()
|
D | DeclBase.cpp | 1548 if ((Vec && is_contained(*Vec, ND)) || Pos->second.getAsDecl() == ND) in removeDecl()
|
D | JSONNodeDumper.cpp | 1478 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl())); in VisitDeclarationTemplateArgument()
|
D | StmtProfile.cpp | 2196 VisitDecl(Arg.getAsDecl()); in VisitTemplateArgument()
|
D | TextNodeDumper.cpp | 848 dumpDeclRef(TA.getAsDecl()); in VisitDeclarationTemplateArgument()
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | UnusedUsingDeclsCheck.cpp | 148 RemoveNamedDecl(Used->getAsDecl()); in check()
|
/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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 332 isSameDeclaration(X.getAsDecl(), Y.getAsDecl())) in checkDeducedTemplateArguments() 2364 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl())) in DeduceTemplateArguments() 2418 Arg.getAsDecl(), in DeduceTemplateArguments() 2597 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()); in isSameTemplateArg()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 809 Visit(Arg.getAsDecl()); in VisitTemplateArgument()
|
/external/llvm-project/clang/lib/Index/ |
D | USRGeneration.cpp | 954 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/llvm-project/clang/unittests/AST/ |
D | ASTImporterTest.cpp | 3959 ASSERT_NE(L.getAsDecl(), A0); in TEST_P() 3960 ASSERT_EQ(L.getAsDecl(), A1); in TEST_P() 3962 ASSERT_TRUE(L.getAsDecl()); in TEST_P()
|