Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurrentClass

1824         getCurrentClass().LateParsedDeclarations.push_back(LateMethod);
1943 ParseOptionalCXX11VirtSpecifierSeq(VS, getCurrentClass().IsInterface);
1964 ParseOptionalCXX11VirtSpecifierSeq(VS, getCurrentClass().IsInterface);
2522 if (getCurrentClass().IsInterface) {
2736 ParseLexedAttributes(getCurrentClass());
2737 ParseLexedMethodDeclarations(getCurrentClass());
2742 ParseLexedMemberInitializers(getCurrentClass());
2743 ParseLexedMethodDefs(getCurrentClass());