Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp3168 unsigned SupportedSpellings = 0; in WriteDocumentation() local
3178 SupportedSpellings |= Kind; in WriteDocumentation()
3203 if (!SupportedSpellings) in WriteDocumentation()
3213 if (SupportedSpellings & GNU) OS << "X"; in WriteDocumentation()
3215 if (SupportedSpellings & CXX11) OS << "X"; in WriteDocumentation()
3217 if (SupportedSpellings & Declspec) OS << "X"; in WriteDocumentation()
3219 if (SupportedSpellings & Keyword) OS << "X"; in WriteDocumentation()
3221 if (SupportedSpellings & Pragma) OS << "X"; in WriteDocumentation()