Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseLexedAttributes

711 void Parser::LateParsedDeclaration::ParseLexedAttributes() {}
713 void Parser::LateParsedClass::ParseLexedAttributes() {
714 Self->ParseLexedAttributes(*Class);
717 void Parser::LateParsedAttribute::ParseLexedAttributes() {
723 void Parser::ParseLexedAttributes(ParsingClass &Class) {
748 Class.LateParsedDeclarations[i]->ParseLexedAttributes();