Home | History | Annotate | Download | only in AST

Lines Matching refs:getStorageClass

592     if (Var->getStorageClass() == SC_Static)
607 if (Var->getStorageClass() != SC_Extern &&
608 Var->getStorageClass() != SC_PrivateExtern &&
615 if (PrevVar->getStorageClass() == SC_PrivateExtern &&
616 Var->getStorageClass() == SC_None)
619 if (PrevVar->getStorageClass() == SC_Static)
628 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static)
729 if (Var->getStorageClass() == SC_PrivateExtern)
750 if (Function->getStorageClass() == SC_PrivateExtern)
1141 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static)
1164 if (Var->getStorageClass() == SC_PrivateExtern)
2639 if (getCanonicalDecl()->getStorageClass() == SC_Static)
2726 if (getStorageClass() == SC_Static)
2811 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern)
2818 if (Redecl->getStorageClass() != SC_Extern)
2823 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern)
2839 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern)
2870 if (!isInlineSpecified() || getStorageClass() == SC_Extern)
2882 Prev->getStorageClass() != SC_Extern)
2885 Prev->getStorageClass() != SC_Extern) {
2899 if (isInlineSpecified() && getStorageClass() != SC_Extern)
2978 if (!(isInlineSpecified() && getStorageClass() == SC_Extern))
2985 Redecl->getStorageClass() != SC_Extern)