Home
last modified time | relevance | path

Searched defs:Spellings (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp78 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local
1471 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local
1497 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local
1676 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon()
1692 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, in CreateSemanticSpellings()
2481 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in emitAttributes() local
2888 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in AttrHasPragmaSpelling() local
3446 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrSpellingListIndex() local
4235 auto Spellings = GetFlattenedSpellings(Attr); in EmitClangAttrParsedAttrImpl() local
4471 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrTextNodeDump() local
[all …]
/openbsd/gnu/llvm/clang/docs/
H A DInternalsManual.rst2851 Spellings subsubsection
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h72 ArrayRef<Spelling> Spellings; member