Searched refs:ParseLexedAttributes (Results 1 – 3 of 3) sorted by relevance
903 virtual void ParseLexedAttributes();916 void ParseLexedAttributes() override;940 void ParseLexedAttributes() override;1192 void ParseLexedAttributes(ParsingClass &Class);
1116 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} in ParseLexedAttributes() function in Parser::LateParsedDeclaration1118 void Parser::LateParsedClass::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedClass1119 Self->ParseLexedAttributes(*Class); in ParseLexedAttributes()1122 void Parser::LateParsedAttribute::ParseLexedAttributes() { in ParseLexedAttributes() function in Parser::LateParsedAttribute1128 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes() function in Parser1149 Class.LateParsedDeclarations[i]->ParseLexedAttributes(); in ParseLexedAttributes()
3059 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()