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