Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseLexedAttributes

1085 void Parser::LateParsedDeclaration::ParseLexedAttributes() {}
1087 void Parser::LateParsedClass::ParseLexedAttributes() {
1088 Self->ParseLexedAttributes(*Class);
1091 void Parser::LateParsedAttribute::ParseLexedAttributes() {
1097 void Parser::ParseLexedAttributes(ParsingClass &Class) {
1118 Class.LateParsedDeclarations[i]->ParseLexedAttributes();