Home
last modified time | relevance | path

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

/freebsd-src/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); writeGetSpellingFunction() local
1566 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); writePrettyPrintFunction() local
1730 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Accessor); writeAttrAccessorDefinition() local
1745 SpellingNamesAreCommon(const std::vector<FlattenedSpelling> & Spellings) SpellingNamesAreCommon() argument
1760 CreateSemanticSpellings(const std::vector<FlattenedSpelling> & Spellings,SemanticSpellingMap & Map) CreateSemanticSpellings() argument
1833 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Attr); emitClangAttrLateParsedList() local
1847 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute); hasGNUorCXX11Spelling() local
2280 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); forEachUniqueSpelling() local
2610 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); emitAttributes() local
3046 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); AttrHasPragmaSpelling() local
3614 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*R); EmitClangAttrHasAttrImpl() local
3699 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); EmitClangAttrSpellingListIndex() local
4370 std::vector<FlattenedSpelling> Spellings = GenerateSpellingTargetRequirements() local
4406 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); GenerateSpellingIndexToSemanticSpelling() local
4541 auto Spellings = GetFlattenedSpellings(Attr); EmitClangAttrParsedAttrImpl() local
4694 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attr); EmitClangAttrParsedAttrKinds() local
4779 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); EmitClangAttrTextNodeDump() local
4880 std::vector<std::string> Spellings[NumSpellingKinds]; global() member in clang::SpellingList
4952 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(Attribute); GetAttributeHeadingAndSpellings() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h70 ArrayRef<Spelling> Spellings; member