Lines Matching refs:getStorageClass
627 if (Var->getStorageClass() == SC_Static) in getLVForNamespaceScopeDecl()
644 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
645 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
652 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
653 Var->getStorageClass() == SC_None) in getLVForNamespaceScopeDecl()
656 if (PrevVar->getStorageClass() == SC_Static) in getLVForNamespaceScopeDecl()
665 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static) in getLVForNamespaceScopeDecl()
769 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
790 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1200 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static) in getLVForLocalDecl()
1223 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
2918 if (getCanonicalDecl()->getStorageClass() == SC_Static) in isGlobal()
3033 if (getStorageClass() == SC_Static) in getBuiltinID()
3102 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3109 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3114 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3130 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) in RedeclForcesDefC99()
3161 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3173 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3176 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3190 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3264 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
3271 Redecl->getStorageClass() != SC_Extern) in isInlineDefinitionExternallyVisible()