Searched refs:kw_protected (Results 1 – 8 of 8) sorted by relevance
45 kw_default, kw_hidden, kw_protected, enumerator
246 case lltok::kw_protected: // OptionalVisibility in ParseTopLevelEntities()1503 case lltok::kw_protected: Res = GlobalValue::ProtectedVisibility; break; in ParseOptionalVisibility()
306 return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
725 case tok::kw_protected: in parseStructuralElement()
2026 tok::kw_protected) || in spaceRequiredBefore()
1939 case tok::kw_protected: return AS_protected; in getAccessSpecifierIfPresent()3022 case tok::kw_protected: in ParseCXXMemberSpecification()
470 if (Next2.is(tok::kw_private) || Next2.is(tok::kw_protected) || in ParseOptionalCXXScopeSpecifier()
1092 case tok::kw_protected: in ParseObjCSelectorPiece()