Home
last modified time | relevance | path

Searched refs:hasName (Results 1 – 25 of 3277) sorted by relevance

12345678910>>...132

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp57 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST()
70 hasName("Z"))), in TEST()
74 hasName("C"))), in TEST()
75 hasName("F")); in TEST()
168 hasName("X"), in TEST()
195 hasName("Z")); in TEST()
211 hasName("Z")); in TEST()
234 hasName("Z")); in TEST()
294 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
302 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp57 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST()
70 hasName("Z"))), in TEST()
74 hasName("C"))), in TEST()
75 hasName("F")); in TEST()
168 hasName("X"), in TEST()
195 hasName("Z")); in TEST()
211 hasName("Z")); in TEST()
234 hasName("Z")); in TEST()
294 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
302 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp56 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST()
69 hasName("Z"))), in TEST()
73 hasName("C"))), in TEST()
74 hasName("F")); in TEST()
167 hasName("X"), in TEST()
194 hasName("Z")); in TEST()
210 hasName("Z")); in TEST()
233 hasName("Z")); in TEST()
293 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
301 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp56 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST()
69 hasName("Z"))), in TEST()
73 hasName("C"))), in TEST()
74 hasName("F")); in TEST()
167 hasName("X"), in TEST()
194 hasName("Z")); in TEST()
210 hasName("Z")); in TEST()
233 hasName("Z")); in TEST()
293 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
301 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp162 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1481 hasName("E"))))); in TEST()
1484 hasName("D"))))); in TEST()
1487 hasName("D"))))); in TEST()
1490 hasName("E"))))); in TEST()
5017 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
5068 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
5074 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
5080 varDecl(hasName("c"), hasType(recordDecl(hasName("C"), in TEST()
5790 hasName("x"), in TEST()
[all …]
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp179 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST()
188 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST()
190 has(recordDecl(hasName("B"))), hasName("C"))), in TEST()
242 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST()
268 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST()
297 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST()
310 hasName("Z")); in TEST()
390 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
398 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
403 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp179 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST()
188 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST()
190 has(recordDecl(hasName("B"))), hasName("C"))), in TEST()
242 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST()
268 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST()
297 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST()
310 hasName("Z")); in TEST()
390 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
398 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
403 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
H A DASTMatchersTraversalTest.cpp161 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1480 hasName("E"))))); in TEST()
1483 hasName("D"))))); in TEST()
1486 hasName("D"))))); in TEST()
1489 hasName("E"))))); in TEST()
3326 hasName("a"), in TEST()
5016 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
5039 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
5067 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
5073 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
H A DASTMatchersTraversalTest.cpp161 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1480 hasName("E"))))); in TEST()
1483 hasName("D"))))); in TEST()
1486 hasName("D"))))); in TEST()
1489 hasName("E"))))); in TEST()
3326 hasName("a"), in TEST()
5016 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
5039 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
5067 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
5073 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
H A DASTMatchersTraversalTest.cpp161 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1480 hasName("E"))))); in TEST()
1483 hasName("D"))))); in TEST()
1486 hasName("D"))))); in TEST()
1489 hasName("E"))))); in TEST()
3326 hasName("a"), in TEST()
5016 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
5039 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
5067 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
5073 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
H A DASTMatchersTraversalTest.cpp161 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1480 hasName("E"))))); in TEST()
1483 hasName("D"))))); in TEST()
1486 hasName("D"))))); in TEST()
1489 hasName("E"))))); in TEST()
3326 hasName("a"), in TEST()
5016 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
5039 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
5067 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
5073 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
H A DASTMatchersTraversalTest.cpp161 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1480 hasName("E"))))); in TEST()
1483 hasName("D"))))); in TEST()
1486 hasName("D"))))); in TEST()
1489 hasName("E"))))); in TEST()
3326 hasName("a"), in TEST()
5016 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
5039 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
5067 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
5073 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp160 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1295 hasName("E"))))); in TEST()
1298 hasName("D"))))); in TEST()
1301 hasName("D"))))); in TEST()
1304 hasName("E"))))); in TEST()
2973 hasName("a"), in TEST()
4630 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
4653 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
4681 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
4687 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
[all …]
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp160 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1295 hasName("E"))))); in TEST()
1298 hasName("D"))))); in TEST()
1301 hasName("D"))))); in TEST()
1304 hasName("E"))))); in TEST()
2973 hasName("a"), in TEST()
4630 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
4653 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
4681 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
4687 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
[all …]
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
335 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
348 hasName("Z")); in TEST_P()
437 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
445 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
450 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp56 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST()
69 hasName("Z"))), in TEST()
73 hasName("C"))), in TEST()
74 hasName("F")); in TEST()
167 hasName("X"), in TEST()
194 hasName("Z")); in TEST()
210 hasName("Z")); in TEST()
233 hasName("Z")); in TEST()
293 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
301 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp200 recordDecl(hasName("Y"), has(recordDecl(hasName("X")))); in TEST_P()
213 has(recordDecl(hasName("Y"))), hasName("Z"))), in TEST_P()
215 has(recordDecl(hasName("B"))), hasName("C"))), in TEST_P()
271 has(recordDecl(anyOf(hasName("C"), has(recordDecl(hasName("A"))), in TEST_P()
302 recordDecl(hasName("X"), has(recordDecl(hasName("Z"))), in TEST_P()
336 recordDecl(hasDescendant(recordDecl(hasName("X"))), hasName("Z")); in TEST_P()
349 hasName("Z")); in TEST_P()
438 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST_P()
446 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST_P()
451 hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), hasName("V"))); in TEST_P()
[all …]
H A DASTMatchersTraversalTest.cpp160 recordDecl(hasName("A"), has(recordDecl(hasName("B"))))); in TEST()
1264 hasName("E"))))); in TEST()
1267 hasName("D"))))); in TEST()
1270 hasName("D"))))); in TEST()
1273 hasName("E"))))); in TEST()
3182 recordDecl(hasName("::A"), decl().bind("x"), unless(hasName("fooble"))), in TEST()
3205 recordDecl(hasName("::A"), findAll(recordDecl(hasName("::A")).bind("v"))), in TEST()
3233 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("A")))))); in TEST()
3239 recordDecl(hasName("C"), hasAncestor(recordDecl(hasName("X")))))); in TEST()
3245 varDecl(hasName("c"), hasType(recordDecl(hasName("C"), in TEST()
[all …]

12345678910>>...132