Searched refs:ParseLexedAttributes (Results 1 – 3 of 3) sorted by relevance
926 virtual void ParseLexedAttributes();939 void ParseLexedAttributes() override;963 void ParseLexedAttributes() override;1215 void ParseLexedAttributes(ParsingClass &Class);
1146 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration1148 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass1149 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()1152 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute1158 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser1179 Class.LateParsedDeclarations[i]->ParseLexedAttributes(); in ParseLexedAttributes()
3130 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()