Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1431 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon() function
1668 SpellingNamesAreCommon(Spellings); in EmitClangAttrClass()
2889 if (Spellings.size() <= 1 || SpellingNamesAreCommon(Spellings)) in GenerateSpellingIndexToSemanticSpelling()
3070 if (Spellings.size() > 1 && !SpellingNamesAreCommon(Spellings)) in EmitClangAttrDump()
/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp1617 SpellingNamesAreCommon(const std::vector<FlattenedSpelling>& Spellings) { in SpellingNamesAreCommon() function
2336 SpellingNamesAreCommon(Spellings); in emitAttributes()
3665 if (Spellings.size() <= 1 || SpellingNamesAreCommon(Spellings)) in GenerateSpellingIndexToSemanticSpelling()
3916 if (Spellings.size() > 1 && !SpellingNamesAreCommon(Spellings)) in EmitClangAttrTextNodeDump()