Home
last modified time | relevance | path

Searched refs:CurAS (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDeclCXX.cpp2595 AccessSpecifier CurAS; in ParseCXXMemberSpecification() local
2597 CurAS = AS_private; in ParseCXXMemberSpecification()
2599 CurAS = AS_public; in ParseCXXMemberSpecification()
2609 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS); in ParseCXXMemberSpecification()
2648 CurAS = AS; in ParseCXXMemberSpecification()
2672 if (TagType == DeclSpec::TST_interface && CurAS != AS_public) { in ParseCXXMemberSpecification()
2674 << (CurAS == AS_protected); in ParseCXXMemberSpecification()
2687 ParseCXXClassMemberDeclaration(CurAS, AccessAttrs.getList()); in ParseCXXMemberSpecification()
3401 AccessSpecifier& CurAS) { in ParseMicrosoftIfExistsClassDeclaration() argument
3430 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS); in ParseMicrosoftIfExistsClassDeclaration()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1564 AccessSpecifier& CurAS);