Home | History | Annotate | Download | only in Parse

Lines Matching defs:FirstDecl

1264   Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes(D);
1266 ParseLexedAttributeList(LateParsedAttrs, FirstDecl, true, false);
1267 D.complete(FirstDecl);
1268 if (FirstDecl)
1269 DeclsInGroup.push_back(FirstDecl);