Lines Matching refs:getStorageClass

634 static StorageClass getStorageClass(const Decl *D) {  in getStorageClass()  function
639 return VD->getStorageClass(); in getStorageClass()
641 return FD->getStorageClass(); in getStorageClass()
658 if (getStorageClass(D->getCanonicalDecl()) == SC_Static) { in getLVForNamespaceScopeDecl()
683 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
684 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
691 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
692 Var->getStorageClass() == SC_None) in getLVForNamespaceScopeDecl()
695 if (PrevVar->getStorageClass() == SC_Static) in getLVForNamespaceScopeDecl()
813 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
834 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1287 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static) in getLVForLocalDecl()
1310 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
3302 if (getCanonicalDecl()->getStorageClass() == SC_Static) in isGlobal()
3416 if (!ConsiderWrapperFunctions && getStorageClass() == SC_Static) in getBuiltinID()
3508 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3515 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3520 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3536 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) in RedeclForcesDefC99()
3570 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3582 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3585 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3596 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3684 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
3691 Redecl->getStorageClass() != SC_Extern) in isInlineDefinitionExternallyVisible()