Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp1129 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() argument
1131 assert(LAs.parseSoon() && in ParseLexedAttributeList()
1133 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) { in ParseLexedAttributeList()
1135 LAs[i]->addDecl(D); in ParseLexedAttributeList()
1136 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1137 delete LAs[i]; in ParseLexedAttributeList()
1139 LAs.clear(); in ParseLexedAttributeList()
/external/clang/include/clang/Parse/
DParser.h1172 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,