Searched refs:isSYCL (Results 1 – 3 of 3) sorted by relevance
284 if (Context.getLangOpts().isSYCL()) in createMangleNumberingContext()
712 bool isSYCL() const { return SYCLIsDevice || SYCLIsHost; } in isSYCL() function
199 return LangOpts.isSYCL() ? KS_Enabled : KS_Unknown; in getKeywordStatusHelper()