Lines Matching defs:getStorageClass
590 static StorageClass getStorageClass(const Decl *D) {
595 return VD->getStorageClass();
597 return FD->getStorageClass();
615 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)
3528 if (getCanonicalDecl()->getStorageClass() == SC_Static)
3683 if (!ConsiderWrapperFunctions && getStorageClass() == SC_Static)
3789 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern)
3796 if (Redecl->getStorageClass() != SC_Extern)
3801 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern)
3817 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern)
3851 if (!isInlineSpecified() || getStorageClass() == SC_Extern)
3863 Prev->getStorageClass() != SC_Extern)
3866 Prev->getStorageClass() != SC_Extern) {
3877 if (isInlineSpecified() && getStorageClass() != SC_Extern)
3965 if (!(isInlineSpecified() && getStorageClass() == SC_Extern))
3972 Redecl->getStorageClass() != SC_Extern)