Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseLexedAttributes

1115 void Parser::LateParsedDeclaration::ParseLexedAttributes() {}
1117 void Parser::LateParsedClass::ParseLexedAttributes() {
1118 Self->ParseLexedAttributes(*Class);
1121 void Parser::LateParsedAttribute::ParseLexedAttributes() {
1127 void Parser::ParseLexedAttributes(ParsingClass &Class) {
1148 Class.LateParsedDeclarations[i]->ParseLexedAttributes();