Lines Matching refs:getStorageClass
614 static StorageClass getStorageClass(const Decl *D) { in getStorageClass() function
619 return VD->getStorageClass(); in getStorageClass()
621 return FD->getStorageClass(); in getStorageClass()
638 if (getStorageClass(D->getCanonicalDecl()) == SC_Static) { in getLVForNamespaceScopeDecl()
663 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
664 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
671 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
672 Var->getStorageClass() == SC_None) in getLVForNamespaceScopeDecl()
675 if (PrevVar->getStorageClass() == SC_Static) in getLVForNamespaceScopeDecl()
792 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
813 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1255 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static) in getLVForLocalDecl()
1278 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
3206 if (getCanonicalDecl()->getStorageClass() == SC_Static) in isGlobal()
3315 if (!ConsiderWrapperFunctions && getStorageClass() == SC_Static) in getBuiltinID()
3407 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3414 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3419 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3435 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) in RedeclForcesDefC99()
3469 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3481 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3484 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3495 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3583 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
3590 Redecl->getStorageClass() != SC_Extern) in isInlineDefinitionExternallyVisible()