Home
last modified time | relevance | path

Searched refs:tagDecl (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp32 Finder->addMatcher(tagDecl(unless(isImplicit())).bind("tagdecl"), this); in registerMatchers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
H A DASTMatchersNarrowingTest.cpp3395 EXPECT_TRUE(matches("struct S {};", tagDecl(isStruct()))); in TEST_P()
3399 EXPECT_TRUE(matches("union U {};", tagDecl(isUnion()))); in TEST_P()
3403 EXPECT_TRUE(matches("enum E { E1 };", tagDecl(isEnum()))); in TEST_P()
3411 EXPECT_TRUE(matches("class C {};", tagDecl(isClass()))); in TEST_P()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
H A DASTMatchersNarrowingTest.cpp2626 EXPECT_TRUE(matches("struct X {};", tagDecl(isStruct()))); in TEST()
2627 EXPECT_TRUE(matches("class C {};", tagDecl(isClass()))); in TEST()
2628 EXPECT_TRUE(matches("union U {};", tagDecl(isUnion()))); in TEST()
2629 EXPECT_TRUE(matches("enum E {};", tagDecl(isEnum()))); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
H A DASTMatchersNarrowingTest.cpp2626 EXPECT_TRUE(matches("struct X {};", tagDecl(isStruct()))); in TEST()
2627 EXPECT_TRUE(matches("class C {};", tagDecl(isClass()))); in TEST()
2628 EXPECT_TRUE(matches("union U {};", tagDecl(isUnion()))); in TEST()
2629 EXPECT_TRUE(matches("enum E {};", tagDecl(isEnum()))); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp247 EXPECT_TRUE(matches("struct X {};", tagDecl(hasName("X")))); in TEST_P()
248 EXPECT_TRUE(matches("union U {};", tagDecl(hasName("U")))); in TEST_P()
249 EXPECT_TRUE(matches("enum E {};", tagDecl(hasName("E")))); in TEST_P()
256 EXPECT_TRUE(matches("class C {};", tagDecl(hasName("C")))); in TEST_P()
/dports/www/firefox/firefox-99.0/build/clang-plugin/mozsearch-plugin/
H A DMozsearchIndexer.cpp1134 const TagDecl *tagDecl = CanonicalFieldType->getAsTagDecl(); in emitStructuredInfo() local
1135 if (tagDecl) { in emitStructuredInfo()
1136 J.attribute("typesym", getMangledName(CurMangleContext, tagDecl)); in emitStructuredInfo()

123