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()
620 if (getStorageClass(D->getCanonicalDecl()) == SC_Static) { in getLVForNamespaceScopeDecl()
645 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
646 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
653 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
654 Var->getStorageClass() == SC_None) in getLVForNamespaceScopeDecl()
657 if (PrevVar->getStorageClass() == SC_Static) in getLVForNamespaceScopeDecl()
776 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
797 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1355 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static) in getLVForLocalDecl()
1378 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
3465 if (getCanonicalDecl()->getStorageClass() == SC_Static) in isGlobal()
3603 if (!ConsiderWrapperFunctions && getStorageClass() == SC_Static) in getBuiltinID()
3709 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3716 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3721 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3737 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) in RedeclForcesDefC99()
3771 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3783 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3786 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3797 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3885 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
3892 Redecl->getStorageClass() != SC_Extern) in isInlineDefinitionExternallyVisible()