Home | History | Annotate | Download | only in Sema

Lines Matching full:sc_static

988       if (FD->getStorageClass() == SC_Static &&
1605 New->getStorageClass() == SC_Static &&
1606 Old->getStorageClass() != SC_Static &&
2076 if (New->getStorageClass() == SC_Static &&
2093 else if (New->getStorageClass() != SC_Static &&
2094 Old->getStorageClass() == SC_Static) {
2452 case DeclSpec::SCS_static: return SC_Static;
2471 case DeclSpec::SCS_static: return SC_Static;
3621 if (SC == SC_Static) {
3626 SC = SC_Static;
3628 if (SC == SC_Static) {
3736 case SC_Static:
3974 else if (NewVD->getStorageClass() == SC_Static)
4159 SC = SC_Static;
4303 bool isStatic = SC == SC_Static;
4519 if (SC == SC_Static && isa<CXXMethodDecl>(NewFD) &&
5071 if (NewFD->getStorageClass() == SC_Static) {
5124 bool isStatic = FD->getStorageClass() == SC_Static;
5429 if (VDecl->getStorageClass() == SC_Static) // C99 6.7.8p4.
5686 } else if (Var->getStorageClass() == SC_Static) {
5820 case SC_Static: