Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp1010 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() argument
1012 assert(LAs.parseSoon() && in ParseLexedAttributeList()
1014 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) { in ParseLexedAttributeList()
1016 LAs[i]->addDecl(D); in ParseLexedAttributeList()
1017 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1018 delete LAs[i]; in ParseLexedAttributeList()
1020 LAs.clear(); in ParseLexedAttributeList()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1100 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,