Home
last modified time | relevance | path

Searched refs:DeclTy (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = VarDecl; typedef
46 using DeclTy = FunctionTemplateDecl; typedef
60 using DeclTy = ClassTemplateDecl; typedef
69 using DeclTy = FunctionDecl; typedef
94 using DeclTy = ClassTemplateSpecializationDecl; typedef
113 using DeclTy = typename TypeParam::DeclTy; typedef
355 LastDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_WholeRedeclChainIsImportedAtOnce()
382 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumConstantDecl; typedef
76 using DeclTy = CXXRecordDecl; typedef
87 using DeclTy = VarDecl; typedef
97 using DeclTy = ClassTemplateDecl; typedef
135 using DeclTy = VarTemplateDecl; typedef
177 using DeclTy = FunctionDecl; typedef
[all …]
H A DASTImporterVisibilityTest.cpp27 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 = ClassTemplateDecl; typedef
99 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibilityChain
111 auto *FromD0 = FirstDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
112 auto *FromD1 = LastDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = VarDecl; typedef
46 using DeclTy = FunctionTemplateDecl; typedef
60 using DeclTy = ClassTemplateDecl; typedef
69 using DeclTy = FunctionDecl; typedef
94 using DeclTy = ClassTemplateSpecializationDecl; typedef
113 using DeclTy = typename TypeParam::DeclTy; typedef
355 LastDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_WholeRedeclChainIsImportedAtOnce()
382 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterVisibilityTest.cpp27 using DeclTy = FunctionDecl; typedef
31 using DeclTy = VarDecl; typedef
35 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
73 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibilityChain
85 auto *FromD0 = FirstDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
86 auto *FromD1 = LastDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
152 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibility
164 auto *ToD0 = FirstDeclMatcher<DeclTy>().match(ToTu, getPattern()); in TypedTest_ImportAfter()
165 auto *FromD1 = FirstDeclMatcher<DeclTy>().match(FromTu, getPattern()); in TypedTest_ImportAfter()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = VarDecl; typedef
46 using DeclTy = FunctionTemplateDecl; typedef
60 using DeclTy = ClassTemplateDecl; typedef
69 using DeclTy = FunctionDecl; typedef
94 using DeclTy = ClassTemplateSpecializationDecl; typedef
113 using DeclTy = typename TypeParam::DeclTy; typedef
355 LastDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_WholeRedeclChainIsImportedAtOnce()
382 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumConstantDecl; typedef
76 using DeclTy = CXXRecordDecl; typedef
87 using DeclTy = VarDecl; typedef
97 using DeclTy = ClassTemplateDecl; typedef
135 using DeclTy = VarTemplateDecl; typedef
177 using DeclTy = FunctionDecl; typedef
[all …]
H A DASTImporterVisibilityTest.cpp27 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 = ClassTemplateDecl; typedef
99 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibilityChain
111 auto *FromD0 = FirstDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
112 auto *FromD1 = LastDeclMatcher<DeclTy>().match(FromTu, Pattern); in TypedTest_ImportChain()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumDecl; typedef
76 using DeclTy = EnumConstantDecl; typedef
84 using DeclTy = CXXRecordDecl; typedef
95 using DeclTy = VarDecl; typedef
143 using DeclTy = VarTemplateDecl; typedef
185 using DeclTy = FunctionDecl; typedef
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumDecl; typedef
76 using DeclTy = EnumConstantDecl; typedef
84 using DeclTy = CXXRecordDecl; typedef
95 using DeclTy = VarDecl; typedef
143 using DeclTy = VarTemplateDecl; typedef
185 using DeclTy = FunctionDecl; typedef
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumDecl; typedef
76 using DeclTy = EnumConstantDecl; typedef
84 using DeclTy = CXXRecordDecl; typedef
95 using DeclTy = VarDecl; typedef
143 using DeclTy = VarTemplateDecl; typedef
185 using DeclTy = FunctionDecl; typedef
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumDecl; typedef
76 using DeclTy = EnumConstantDecl; typedef
84 using DeclTy = CXXRecordDecl; typedef
95 using DeclTy = VarDecl; typedef
143 using DeclTy = VarTemplateDecl; typedef
185 using DeclTy = FunctionDecl; typedef
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumDecl; typedef
76 using DeclTy = EnumConstantDecl; typedef
84 using DeclTy = CXXRecordDecl; typedef
95 using DeclTy = VarDecl; typedef
143 using DeclTy = VarTemplateDecl; typedef
185 using DeclTy = FunctionDecl; typedef
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
H A DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumDecl; typedef
76 using DeclTy = EnumConstantDecl; typedef
84 using DeclTy = CXXRecordDecl; typedef
95 using DeclTy = VarDecl; typedef
143 using DeclTy = VarTemplateDecl; typedef
185 using DeclTy = FunctionDecl; typedef
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
406 DeclTy *ProtoD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
[all …]

12345678910