Searched refs:SupportedSpellings (Results 1 – 1 of 1) sorted by relevance
2839 unsigned SupportedSpellings = 0; in WriteDocumentation() local2849 SupportedSpellings |= Kind; in WriteDocumentation()2874 if (!SupportedSpellings) in WriteDocumentation()2884 if (SupportedSpellings & GNU) OS << "X"; in WriteDocumentation()2886 if (SupportedSpellings & CXX11) OS << "X"; in WriteDocumentation()2888 if (SupportedSpellings & Declspec) OS << "X"; in WriteDocumentation()2890 if (SupportedSpellings & Keyword) OS << "X"; in WriteDocumentation()2892 if (SupportedSpellings & Pragma) OS << "X"; in WriteDocumentation()