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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1615 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { function
2334 SpellingNamesAreCommon(Spellings);
3659 if (Spellings.size() <= 1 || SpellingNamesAreCommon(Spellings))
3910 if (Spellings.size() > 1 && !SpellingNamesAreCommon(Spellings))

Completed in 181 milliseconds