Searched defs:getSpellingListIndex (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DAttr.h90 unsigned getSpellingListIndex() const { return SpellingListIndex; } function in class:clang::Attr
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1239 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, function
1270 OS << getSpellingListIndex(SpellingList, Spellings[Index]);
1685 OS << ", getSpellingListIndex());\n";
1887 OS << " Record.push_back(A->getSpellingListIndex());\n";
2221 OS << ", A->getSpellingListIndex());\n }\n";

Completed in 78 milliseconds