Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp1160 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() argument
1162 assert(LAs.parseSoon() && in ParseLexedAttributeList()
1164 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) { in ParseLexedAttributeList()
1166 LAs[i]->addDecl(D); in ParseLexedAttributeList()
1167 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1168 delete LAs[i]; in ParseLexedAttributeList()
1170 LAs.clear(); in ParseLexedAttributeList()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1193 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,