Lines Matching refs:getStorageClass

633 static StorageClass getStorageClass(const Decl *D) {  in getStorageClass()  function
638 return VD->getStorageClass(); in getStorageClass()
640 return FD->getStorageClass(); in getStorageClass()
657 if (getStorageClass(D->getCanonicalDecl()) == SC_Static) { in getLVForNamespaceScopeDecl()
682 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
683 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
690 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
691 Var->getStorageClass() == SC_None) in getLVForNamespaceScopeDecl()
694 if (PrevVar->getStorageClass() == SC_Static) in getLVForNamespaceScopeDecl()
813 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
834 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1311 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static) in getLVForLocalDecl()
1334 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
3333 if (getCanonicalDecl()->getStorageClass() == SC_Static) in isGlobal()
3450 if (!ConsiderWrapperFunctions && getStorageClass() == SC_Static) in getBuiltinID()
3542 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3549 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3554 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3570 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) in RedeclForcesDefC99()
3604 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3616 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3619 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3630 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3718 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
3725 Redecl->getStorageClass() != SC_Extern) in isInlineDefinitionExternallyVisible()