• Home
  • Raw
  • Download

Lines Matching refs:DeclTy

27   using DeclTy = FunctionDecl;  typedef
31 using DeclTy = VarDecl; typedef
35 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
43 using DeclTy = TypedefNameDecl; typedef
47 using DeclTy = FunctionTemplateDecl; typedef
53 using DeclTy = VarTemplateDecl; typedef
59 using DeclTy = ClassTemplateDecl; typedef
111 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibilityChain
125 auto *FromD0 = FirstDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
126 auto *FromD1 = LastDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
235 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibility
249 auto *ToD0 = FirstDeclMatcher<DeclTy>().match(ToTu, getPattern()); in TypedTest_ImportAfter()
250 auto *FromD1 = FirstDeclMatcher<DeclTy>().match(FromTu, getPattern()); in TypedTest_ImportAfter()
269 auto *FromD0 = FirstDeclMatcher<DeclTy>().match(FromTu0, getPattern()); in TypedTest_ImportAfterImport()
270 auto *FromD1 = FirstDeclMatcher<DeclTy>().match(FromTu1, getPattern()); in TypedTest_ImportAfterImport()
287 auto *ToF0 = FirstDeclMatcher<DeclTy>().match(ToTu, getPattern()); in TypedTest_ImportAfterWithMerge()
288 auto *FromF1 = FirstDeclMatcher<DeclTy>().match(FromTu, getPattern()); in TypedTest_ImportAfterWithMerge()
309 auto *FromF0 = FirstDeclMatcher<DeclTy>().match(FromTu0, getPattern()); in TypedTest_ImportAfterImportWithMerge()
310 auto *FromF1 = FirstDeclMatcher<DeclTy>().match(FromTu1, getPattern()); in TypedTest_ImportAfterImportWithMerge()