Home | History | Annotate | Download | only in AST

Lines Matching full:sc_static

223     if (Var->getStorageClass() == SC_Static)
264 if (Function->getStorageClass() == SC_Static)
1128 case SC_Static: return "static"; break;
1160 getStorageClass() != SC_Static) ||
1170 return getStorageClass() != SC_Static;
1554 return getStorageClass() != SC_Static && !getAttr<OverloadableAttr>();
1563 return getStorageClass() != SC_Static &&
1577 if (getStorageClass() == SC_Static)
1647 if (getStorageClass() == SC_Static)