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.cpp719 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() argument
721 assert(LAs.parseSoon() && in ParseLexedAttributeList()
723 for (unsigned i = 0, ni = LAs.size(); i < ni; ++i) { in ParseLexedAttributeList()
725 LAs[i]->addDecl(D); in ParseLexedAttributeList()
726 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
727 delete LAs[i]; in ParseLexedAttributeList()
729 LAs.clear(); in ParseLexedAttributeList()
H A DParseDecl.cpp4774 void Parser::ParseLexedCAttributeList(LateParsedAttrList &LAs, bool EnterScope, in ParseLexedCAttributeList() argument
4776 assert(LAs.parseSoon() && in ParseLexedCAttributeList()
4778 for (auto *LA : LAs) { in ParseLexedCAttributeList()
4782 LAs.clear(); in ParseLexedCAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1337 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,