Searched refs:LAs (Results 1 – 3 of 3) sorted by relevance
757 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() argument759 assert(LAs.parseSoon() && in ParseLexedAttributeList()761 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) { in ParseLexedAttributeList()763 LAs[i]->addDecl(D); in ParseLexedAttributeList()764 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()765 delete LAs[i]; in ParseLexedAttributeList()767 LAs.clear(); in ParseLexedAttributeList()
4995 void Parser::ParseLexedCAttributeList(LateParsedAttrList &LAs, bool EnterScope, in ParseLexedCAttributeList() argument4997 assert(LAs.parseSoon() && in ParseLexedCAttributeList()4999 for (auto *LA : LAs) { in ParseLexedCAttributeList()5003 LAs.clear(); in ParseLexedCAttributeList()
1650 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,