Lines Matching defs:getStorageClass
596 static StorageClass getStorageClass(const Decl *D) {
601 return VD->getStorageClass();
603 return FD->getStorageClass();
621 if ((getStorageClass(D->getCanonicalDecl()) == SC_Static) ||
652 if (Var->getStorageClass() != SC_Extern &&
653 Var->getStorageClass() != SC_PrivateExtern &&
660 if (PrevVar->getStorageClass() == SC_PrivateExtern &&
661 Var->getStorageClass() == SC_None)
664 if (PrevVar->getStorageClass() == SC_Static)
783 if (Var->getStorageClass() == SC_PrivateExtern)
804 if (Function->getStorageClass() == SC_PrivateExtern)
1355 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static)
1378 if (Var->getStorageClass() == SC_PrivateExtern)
3502 if (getCanonicalDecl()->getStorageClass() == SC_Static)
3653 if (!ConsiderWrapperFunctions && getStorageClass() == SC_Static)
3759 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern)
3766 if (Redecl->getStorageClass() != SC_Extern)
3771 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern)
3787 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern)
3821 if (!isInlineSpecified() || getStorageClass() == SC_Extern)
3833 Prev->getStorageClass() != SC_Extern)
3836 Prev->getStorageClass() != SC_Extern) {
3847 if (isInlineSpecified() && getStorageClass() != SC_Extern)
3935 if (!(isInlineSpecified() && getStorageClass() == SC_Extern))
3942 Redecl->getStorageClass() != SC_Extern)