Home | History | Annotate | Download | only in Parse

Lines Matching refs:CurAS

2267   AccessSpecifier CurAS;
2269 CurAS = AS_private;
2271 CurAS = AS_public;
2281 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS);
2307 CurAS = AS;
2341 ParseCXXClassMemberDeclaration(CurAS, AccessAttrs.getList());
3023 AccessSpecifier& CurAS) {
3052 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS);
3068 CurAS = AS;
3080 ParseCXXClassMemberDeclaration(CurAS, 0);