Home | History | Annotate | Download | only in AST

Lines Matching refs:isInlineSpecified

2758   if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) 
2789 if (!isInlineSpecified() || getStorageClass() == SC_Extern)
2800 if (!Prev->isInlineSpecified() ||
2803 } else if (Prev->isInlineSpecified() &&
2818 if (isInlineSpecified() && getStorageClass() != SC_Extern)
2891 if (!(isInlineSpecified() && getStorageClass() == SC_Extern))
2897 if (Redecl->isInlineSpecified() &&
3860 bool isInlineSpecified,
3865 SC, isInlineSpecified, isConstexprSpecified);