Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp757 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() argument
759 assert(LAs.parseSoon() && in ParseLexedAttributeList()
761 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) { in ParseLexedAttributeList()
763 LAs[i]->addDecl(D); in ParseLexedAttributeList()
764 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
765 delete LAs[i]; in ParseLexedAttributeList()
767 LAs.clear(); in ParseLexedAttributeList()
H A DParseDecl.cpp4995 void Parser::ParseLexedCAttributeList(LateParsedAttrList &LAs, bool EnterScope, in ParseLexedCAttributeList() argument
4997 assert(LAs.parseSoon() && in ParseLexedCAttributeList()
4999 for (auto *LA : LAs) { in ParseLexedCAttributeList()
5003 LAs.clear(); in ParseLexedCAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1650 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,