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

/external/clang/lib/Parse/
H A DParseDecl.cpp1039 /// \brief Parse all attributes in LAs, and attach them to Decl D.
1040 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, argument
1042 assert(LAs.parseSoon() &&
1044 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) {
1046 LAs[i]->addDecl(D);
1047 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
1048 delete LAs[i];
1050 LAs.clear();
/external/clang/include/clang/Parse/
H A DParser.h1183 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,

Completed in 151 milliseconds