Searched refs:isProtected (Results 1 – 6 of 6) sorted by relevance
71 ? fieldDecl(isProtected()) in registerMatchers()
164 hasDeclaration(cxxConstructorDecl(anyOf(isPrivate(), isProtected()))); in registerMatchers()
1968 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()
452 REGISTER_MATCHER(isProtected); in RegistryMaps()
719 bool isProtected() const { in isProtected() function1948 bool isProtected() const { in isProtected() function
651 AST_POLYMORPHIC_MATCHER(isProtected, in AST_POLYMORPHIC_MATCHER() argument