Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1757 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon() function
2780 SpellingNamesAreCommon(Spellings); in emitAttributes()
4556 if (Spellings.size() <= 1 || SpellingNamesAreCommon(Spellings)) in GenerateSpellingIndexToSemanticSpelling()
4926 if (Spellings.size() > 1 && !SpellingNamesAreCommon(Spellings)) in EmitClangAttrTextNodeDump()