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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1009 /// \brief Parse all attributes in LAs, and attach them to Decl D.
1010 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, argument
1012 assert(LAs.parseSoon() &&
1014 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) {
1016 LAs[i]->addDecl(D);
1017 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
1018 delete LAs[i];
1020 LAs.clear();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1100 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,

Completed in 66 milliseconds