Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4866 enum class SpellingKind : size_t { enum
4883 ArrayRef<std::string> operator[](SpellingKind K) const { in operator []()
4888 SpellingKind Kind = StringSwitch<SpellingKind>(Spelling.variety()) in add()
4889 .Case("GNU", SpellingKind::GNU) in add()
4890 .Case("CXX11", SpellingKind::CXX11) in add()
4891 .Case("C23", SpellingKind::C23) in add()
4900 case SpellingKind::CXX11: in add()
4901 case SpellingKind::C23: in add()
4904 case SpellingKind::Pragma: in add()
5008 SpellingKind K = (SpellingKind)Kind; in WriteDocumentation()
[all …]