Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNonPrivateMemberVariablesInClassesCheck.cpp71 ? fieldDecl(isProtected()) in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp164 hasDeclaration(cxxConstructorDecl(anyOf(isPrivate(), isProtected()))); in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1968 notMatches("class C { public: int i; };", accessSpecDecl(isProtected()))); in TEST_P()
2756 fieldDecl(isProtected(), hasName("i")))); in TEST_P()
2763 fieldDecl(isProtected(), hasName("i")))); in TEST_P()
2770 fieldDecl(isProtected(), hasName("i")))); in TEST_P()
2776 EXPECT_TRUE(notMatches("int i;", varDecl(isProtected(), hasName("i")))); in TEST_P()
4493 cxxRecordDecl(hasAnyBase(isProtected())))); in TEST_P()
4502 cxxRecordDecl(hasAnyBase(isProtected())))); in TEST_P()
4511 cxxRecordDecl(hasAnyBase(isProtected())))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp452 REGISTER_MATCHER(isProtected); in RegistryMaps()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h719 bool isProtected() const { in isProtected() function
1948 bool isProtected() const { in isProtected() function
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h651 AST_POLYMORPHIC_MATCHER(isProtected, in AST_POLYMORPHIC_MATCHER() argument