Searched refs:isTLSSupported (Results 1 – 5 of 5) sorted by relevance
925 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()959 LangOpts.CPlusPlus11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()1008 .Case("tls", PP.getTargetInfo().isTLSSupported()) in HasFeature()1043 .Case("c_thread_local", PP.getTargetInfo().isTLSSupported()) in HasExtension()
789 bool isTLSSupported() const { in isTLSSupported() function
69 .Case("tls", Target.isTLSSupported()) in hasFeature()
3991 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
5767 else if (!Context.getTargetInfo().isTLSSupported()) in ActOnVariableDeclarator()