Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp83 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local
1540 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local
1566 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local
1745 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon()
1760 CreateSemanticSpellings(const std::vector<FlattenedSpelling> &Spellings, in CreateSemanticSpellings()
2610 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in emitAttributes() local
3046 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); in AttrHasPragmaSpelling() local
3699 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in EmitClangAttrSpellingListIndex() local
4370 std::vector<FlattenedSpelling> Spellings = in GenerateSpellingTargetRequirements() local
4541 auto Spellings = GetFlattenedSpellings(Attr); in EmitClangAttrParsedAttrImpl() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h70 ArrayRef<Spelling> Spellings; member