Home | History | Annotate | Download | only in Parse

Lines Matching refs:FirstDecl

1040   Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes(D);
1041 D.complete(FirstDecl);
1042 if (FirstDecl)
1043 DeclsInGroup.push_back(FirstDecl);