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

/external/clang/include/clang/AST/
H A DAttr.h86 unsigned getSpellingListIndex() const { return SpellingListIndex; } function in class:clang::Attr
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1149 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, function
1180 OS << getSpellingListIndex(SpellingList, Spellings[Index]);
1579 OS << ", getSpellingListIndex());\n";
1729 OS << " Record.push_back(A->getSpellingListIndex());\n";
2012 OS << ", A->getSpellingListIndex());\n }\n";
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp83 Aligned->getSpellingListIndex(), IsPackExpansion);
90 Aligned->getSpellingListIndex(), IsPackExpansion);
163 A->getSpellingListIndex());
H A DSemaDecl.cpp2047 unsigned AttrSpellingListIndex = Attr->getSpellingListIndex();

Completed in 241 milliseconds