Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5074 std::pair<std::string, SpellingList> HeadingAndSpellings) in DocumentationData() argument
5076 Heading(std::move(HeadingAndSpellings.first)), in DocumentationData()
5077 SupportedSpellings(std::move(HeadingAndSpellings.second)) {} in DocumentationData()