Searched defs:LAs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp1188 /// \brief Parse all attributes in LAs, and attach them to Decl D.
1189 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, argument
1191 assert(LAs.parseSoon() &&
1193 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) {
1195 LAs[i]->addDecl(D);
1196 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
1197 delete LAs[i];
1199 LAs.clear();

Completed in 65 milliseconds