Searched refs:kw_protected (Results 1 – 12 of 12) sorted by relevance
43 kw_default, kw_hidden, kw_protected, enumerator
213 case lltok::kw_protected: { // OptionalVisibility in ParseTopLevelEntities()1010 case lltok::kw_protected: Res = GlobalValue::ProtectedVisibility; break; in ParseOptionalVisibility()
61 kw_protected, enumerator
1603 case lltok::kw_protected: in ParseOptionalVisibility()
65 kw_protected, enumerator
1814 case lltok::kw_protected: in ParseOptionalVisibility()
321 return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
826 case tok::kw_protected: in parseStructuralElement()
2155 tok::kw_protected) || in spaceRequiredBefore()
1954 case tok::kw_protected: return AS_protected; in getAccessSpecifierIfPresent()3043 case tok::kw_protected: in ParseCXXMemberSpecification()
470 if (Next2.is(tok::kw_private) || Next2.is(tok::kw_protected) || in ParseOptionalCXXScopeSpecifier()
1081 case tok::kw_protected: in ParseObjCSelectorPiece()