Searched refs:SupportedSpellings (Results 1 – 1 of 1) sorted by relevance
2892 unsigned SupportedSpellings = 0; in WriteDocumentation() local2902 SupportedSpellings |= Kind; in WriteDocumentation()2927 if (!SupportedSpellings) in WriteDocumentation()2937 if (SupportedSpellings & GNU) OS << "X"; in WriteDocumentation()2939 if (SupportedSpellings & CXX11) OS << "X"; in WriteDocumentation()2941 if (SupportedSpellings & Declspec) OS << "X"; in WriteDocumentation()2943 if (SupportedSpellings & Keyword) OS << "X"; in WriteDocumentation()2945 if (SupportedSpellings & Pragma) OS << "X"; in WriteDocumentation()