Home | History | Annotate | Download | only in Sema

Lines Matching defs:Dcl

1137     Decl *Dcl = Decls[i];
1138 if (!Dcl)
1140 if (Dcl->getDeclContext()->isFileContext())
1141 Dcl->setTopLevelDeclInObjCContainer();
1142 DeclsInGroup.push_back(Dcl);
3400 // Parameter declarators cannot be qualified (C++ [dcl.meaning]p1).