Searched refs:AttrSpellingListIndex (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
H A DMakefile4 AttrSpellingListIndex.inc AttrParsedAttrImpl.inc
28 $(ObjDir)/AttrSpellingListIndex.inc.tmp : $(TD_SRC_DIR)/Attr.td \
H A DSema.h2111 unsigned AttrSpellingListIndex);
2114 unsigned AttrSpellingListIndex);
2117 unsigned AttrSpellingListIndex);
2119 unsigned AttrSpellingListIndex);
2121 unsigned AttrSpellingListIndex);
2124 unsigned AttrSpellingListIndex,
2128 int FirstArg, unsigned AttrSpellingListIndex);
2130 unsigned AttrSpellingListIndex);
2133 unsigned AttrSpellingListIndex);
2135 unsigned AttrSpellingListIndex);
[all...]
/external/clang/lib/Sema/
H A DAndroid.mk11 AttrSpellingListIndex.inc \
H A DSemaDeclAttr.cpp1918 unsigned AttrSpellingListIndex) {
2063 AttrSpellingListIndex);
2192 unsigned AttrSpellingListIndex) {
2194 AttrSpellingListIndex);
2199 unsigned AttrSpellingListIndex) {
2201 AttrSpellingListIndex);
2545 unsigned AttrSpellingListIndex) {
2554 AttrSpellingListIndex);
2793 unsigned AttrSpellingListIndex) {
2808 FirstArg, AttrSpellingListIndex);
1910 mergeAvailabilityAttr(NamedDecl *D, SourceRange Range, IdentifierInfo *Platform, VersionTuple Introduced, VersionTuple Deprecated, VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, AvailabilityMergeKind AMK, unsigned AttrSpellingListIndex) argument
2190 mergeVisibilityAttr(Decl *D, SourceRange Range, VisibilityAttr::VisibilityType Vis, unsigned AttrSpellingListIndex) argument
2197 mergeTypeVisibilityAttr(Decl *D, SourceRange Range, TypeVisibilityAttr::VisibilityType Vis, unsigned AttrSpellingListIndex) argument
2543 mergeSectionAttr(Decl *D, SourceRange Range, StringRef Name, unsigned AttrSpellingListIndex) argument
2790 mergeFormatAttr(Decl *D, SourceRange Range, IdentifierInfo *Format, int FormatIdx, int FirstArg, unsigned AttrSpellingListIndex) argument
3497 mergeAlwaysInlineAttr(Decl *D, SourceRange Range, IdentifierInfo *Ident, unsigned AttrSpellingListIndex) argument
3513 mergeCommonAttr(Decl *D, SourceRange Range, IdentifierInfo *Ident, unsigned AttrSpellingListIndex) argument
3523 mergeInternalLinkageAttr(Decl *D, SourceRange Range, IdentifierInfo *Ident, unsigned AttrSpellingListIndex) argument
3549 mergeMinSizeAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
3563 mergeOptimizeNoneAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
4638 mergeDLLImportAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
4651 mergeDLLExportAttr(Decl *D, SourceRange Range, unsigned AttrSpellingListIndex) argument
4699 mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, unsigned AttrSpellingListIndex, MSInheritanceAttr::Spelling SemanticSpelling) argument
[all...]
H A DSemaDecl.cpp2195 unsigned AttrSpellingListIndex = Attr->getSpellingListIndex(); local
2201 AttrSpellingListIndex);
2204 AttrSpellingListIndex);
2207 AttrSpellingListIndex);
2210 AttrSpellingListIndex);
2213 AttrSpellingListIndex);
2217 AttrSpellingListIndex);
2220 AttrSpellingListIndex);
2223 AttrSpellingListIndex,
2228 AttrSpellingListIndex);
[all...]
/external/clang/
H A Dclang-tblgen-rules.mk52 ifneq ($(findstring AttrSpellingListIndex.inc,$(TBLGEN_TABLES)),)
53 LOCAL_GENERATED_SOURCES += $(generated_sources)/include/clang/Sema/AttrSpellingListIndex.inc
54 $(generated_sources)/include/clang/Sema/AttrSpellingListIndex.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
55 $(generated_sources)/include/clang/Sema/AttrSpellingListIndex.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)

Completed in 610 milliseconds