Home
last modified time | relevance | path

Searched refs:DefinitionOfMethodA (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1318 DeclarationMatcher DefinitionOfMethodA = in TEST() local
1320 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
1321 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1339 DeclarationMatcher DefinitionOfMethodA = in TEST() local
1341 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
1342 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1565 DeclarationMatcher DefinitionOfMethodA = in TEST() local
1567 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
1568 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1447 DeclarationMatcher DefinitionOfMethodA = in TEST() local
1449 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
1450 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1565 DeclarationMatcher DefinitionOfMethodA = in TEST() local
1567 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
1568 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1646 DeclarationMatcher DefinitionOfMethodA = in TEST() local
1648 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
1649 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1646 DeclarationMatcher DefinitionOfMethodA = in TEST() local
1648 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
1649 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2097 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2099 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2100 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2535 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2537 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2538 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2494 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2496 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2497 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2535 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2537 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2538 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2535 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2537 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2538 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2535 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2537 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2538 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2535 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2537 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2538 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2494 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2496 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2497 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2535 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2537 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2538 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()