Searched refs:ParseLexedAttributes (Results 1 – 3 of 3) sorted by relevance
882 virtual void ParseLexedAttributes();895 void ParseLexedAttributes() override;919 void ParseLexedAttributes() override;1172 void ParseLexedAttributes(ParsingClass &Class);
1085 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration1087 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass1088 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()1091 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute1097 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser1118 Class.LateParsedDeclarations[i]->ParseLexedAttributes(); in ParseLexedAttributes()
2905 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()