Searched refs:getAttrKind (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Sema/
H A DAttributeList.cpp134 return ::getAttrKind(FullName, SyntaxUsed);
H A DSemaType.cpp3445 AttributedType::Kind kind = TL.getAttrKind();
3997 if (attr->getAttrKind() == AttributedType::attr_objc_ownership)
4366 AttributedType::Kind CurAttrKind = AT->getAttrKind();
4542 if (AT && AT->getAttrKind() != CCAttrKind) {
H A DTreeTransform.h5157 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(),
/external/clang/include/clang/AST/
H A DTypeLoc.h696 AttributedType::Kind getAttrKind() const { function in class:clang::AttributedTypeLoc
697 return getTypePtr()->getAttrKind();
701 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
702 getAttrKind() <= AttributedType::LastExprOperandKind);
706 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
707 getAttrKind() <= AttributedType::LastEnumOperandKind);
H A DType.h3446 Kind getAttrKind() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3461 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);
/external/clang/lib/AST/
H A DTypePrinter.cpp1111 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
1112 T->getAttrKind() == AttributedType::attr_objc_ownership)
1118 switch (T->getAttrKind()) {
1132 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
1133 T->getAttrKind() == AttributedType::attr_objc_ownership)
1147 switch (T->getAttrKind()) {
1169 if (T->getAttrKind() == AttributedType::attr_neon_vector_type)
H A DType.cpp1880 switch (getAttrKind()) {
1892 switch (getAttrKind()) {
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
H A DTransforms.cpp371 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
/external/clang/lib/Serialization/
H A DASTWriter.cpp293 Record.push_back(T->getAttrKind());

Completed in 8936 milliseconds