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

/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp31 AT_returns_twice, IgnoredAttribute, UnknownAttribute enumerator in enum:clang::AttributeList::Kind
145 .Case("may_alias", IgnoredAttribute)
161 .Case("vec_type_hint", IgnoredAttribute)
397 // CHECK-tokens: Identifier: "IgnoredAttribute" [31:25 - 31:41] EnumConstantDecl=IgnoredAttribute:31:25 (Definition)
1243 // CHECK-tokens: Identifier: "IgnoredAttribute" [145:24 - 145:40] DeclRefExpr=IgnoredAttribute:31:25
1355 // CHECK-tokens: Identifier: "IgnoredAttribute" [161:28 - 161:44] DeclRefExpr=IgnoredAttribute:31:25
1618 // CHECK: 31:25: EnumConstantDecl=IgnoredAttribute
[all...]
/external/clang/include/clang/Sema/
H A DAttributeList.h325 IgnoredAttribute, enumerator in enum:clang::AttributeList::Kind
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4045 if (Attr.isInvalid() || Attr.getKind() == AttributeList::IgnoredAttribute)
4593 if (A->getKind() == AttributeList::IgnoredAttribute) continue;
H A DSemaType.cpp4890 case AttributeList::IgnoredAttribute:
H A DSemaDeclCXX.cpp1505 Attr->getKind() == AttributeList::IgnoredAttribute)
/external/clang/lib/Parse/
H A DParseDecl.cpp281 AttrKind == AttributeList::IgnoredAttribute) {

Completed in 207 milliseconds