Home | History | Annotate | Download | only in Sema

Lines Matching defs:Dcl

1980     Decl *Dcl = Decls[i];
1981 if (!Dcl)
1983 if (Dcl->getDeclContext()->isFileContext())
1984 Dcl->setTopLevelDeclInObjCContainer();
1985 DeclsInGroup.push_back(Dcl);
4488 // Parameter declarators cannot be qualified (C++ [dcl.meaning]p1).