Home | History | Annotate | Download | only in Parse

Lines Matching refs:FirstDecl

1544   Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes(D);
1546 ParseLexedAttributeList(LateParsedAttrs, FirstDecl, true, false);
1547 D.complete(FirstDecl);
1548 if (FirstDecl)
1549 DeclsInGroup.push_back(FirstDecl);