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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1017 /// \brief Parse all attributes in LAs, and attach them to Decl D.
1018 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, argument
1020 assert(LAs.parseSoon() &&
1022 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) {
1024 LAs[i]->addDecl(D);
1025 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
1026 delete LAs[i];
1028 LAs.clear();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1080 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,

Completed in 113 milliseconds