Home
last modified time | relevance | path

Searched refs:SupportedSpellings (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2839 unsigned SupportedSpellings = 0; in WriteDocumentation() local
2849 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()