Home | History | Annotate | Download | only in Sema

Lines Matching defs:Dcl

1002     Decl *Dcl = Decls[i];
1003 if (!Dcl)
1005 if (Dcl->getDeclContext()->isFileContext())
1006 Dcl->setTopLevelDeclInObjCContainer();
1007 DeclsInGroup.push_back(Dcl);
3067 // Parameter declarators cannot be qualified (C++ [dcl.meaning]p1).