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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTargetAttributesSema.cpp154 mergeDLLImportAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
200 mergeDLLExportAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
H A DSemaDeclAttr.cpp2137 mergeAvailabilityAttr(NamedDecl *D, SourceRange Range, IdentifierInfo *Platform, VersionTuple Introduced, VersionTuple Deprecated, VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, bool Override, unsigned AttrSpellingListIndex) argument
2316 mergeVisibilityAttr(Decl *D, SourceRange Range, VisibilityAttr::VisibilityType Vis, unsigned AttrSpellingListIndex) argument
2323 mergeTypeVisibilityAttr(Decl *D, SourceRange Range, TypeVisibilityAttr::VisibilityType Vis, unsigned AttrSpellingListIndex) argument
2814 mergeSectionAttr(Decl *D, SourceRange Range, StringRef Name, unsigned AttrSpellingListIndex) argument
3124 mergeFormatAttr(Decl *D, SourceRange Range, StringRef Format, int FormatIdx, int FirstArg, unsigned AttrSpellingListIndex) argument
[all...]
H A DSemaDecl.cpp1972 unsigned AttrSpellingListIndex = Attr->getSpellingListIndex(); local

Completed in 172 milliseconds