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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1731 unsigned AttrSpellingListIndex) {
1843 AttrSpellingListIndex);
1904 unsigned AttrSpellingListIndex) {
1906 AttrSpellingListIndex);
1911 unsigned AttrSpellingListIndex) {
1913 AttrSpellingListIndex);
2248 unsigned AttrSpellingListIndex) {
2257 AttrSpellingListIndex);
2462 unsigned AttrSpellingListIndex) {
2477 FirstArg, AttrSpellingListIndex);
1723 mergeAvailabilityAttr(NamedDecl *D, SourceRange Range, IdentifierInfo *Platform, VersionTuple Introduced, VersionTuple Deprecated, VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, bool Override, unsigned AttrSpellingListIndex) argument
1902 mergeVisibilityAttr(Decl *D, SourceRange Range, VisibilityAttr::VisibilityType Vis, unsigned AttrSpellingListIndex) argument
1909 mergeTypeVisibilityAttr(Decl *D, SourceRange Range, TypeVisibilityAttr::VisibilityType Vis, unsigned AttrSpellingListIndex) argument
2246 mergeSectionAttr(Decl *D, SourceRange Range, StringRef Name, unsigned AttrSpellingListIndex) argument
2459 mergeFormatAttr(Decl *D, SourceRange Range, IdentifierInfo *Format, int FormatIdx, int FirstArg, unsigned AttrSpellingListIndex) argument
3839 mergeDLLImportAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
3852 mergeDLLExportAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
3882 mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, unsigned AttrSpellingListIndex, MSInheritanceAttr::Spelling SemanticSpelling) argument
[all...]
H A DSemaDecl.cpp2047 unsigned AttrSpellingListIndex = Attr->getSpellingListIndex(); local
2053 AttrSpellingListIndex);
2056 AttrSpellingListIndex);
2059 AttrSpellingListIndex);
2062 AttrSpellingListIndex);
2065 AttrSpellingListIndex);
2069 AttrSpellingListIndex);
2072 AttrSpellingListIndex);
2075 AttrSpellingListIndex,

Completed in 88 milliseconds