Home | History | Annotate | Download | only in Parse

Lines Matching full:decls

1061   if (LA.Decls.size() > 0) {
1062 Decl *D = LA.Decls[0];
1070 if (LA.Decls.size() == 1) {
1088 FnScope.Exit(); // Pop scope, and remove Decls from IdResolver
1094 // If there are multiple decls, then the decl cannot be within the
1103 for (unsigned i = 0, ni = LA.Decls.size(); i < ni; ++i) {
1104 Actions.ActOnFinishDelayedAttribute(getCurScope(), LA.Decls[i], Attrs);
1348 // parsing c none objective-c decls.