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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DAttributeList.cpp128 return ::getAttrKind(Buf);
H A DSemaType.cpp3311 AttributedType::Kind kind = TL.getAttrKind();
3825 if (attr->getAttrKind() == AttributedType::attr_objc_ownership)
H A DTreeTransform.h4925 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h656 AttributedType::Kind getAttrKind() const { function in class:clang::AttributedTypeLoc
657 return getTypePtr()->getAttrKind();
661 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
662 getAttrKind() <= AttributedType::LastExprOperandKind);
666 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
667 getAttrKind() <= AttributedType::LastEnumOperandKind);
H A DType.h3360 Kind getAttrKind() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3371 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1076 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
1077 T->getAttrKind() == AttributedType::attr_objc_ownership)
1086 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
1087 T->getAttrKind() == AttributedType::attr_objc_ownership)
1092 switch (T->getAttrKind()) {
1113 if (T->getAttrKind() == AttributedType::attr_neon_vector_type)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
H A DTransforms.cpp366 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp274 Record.push_back(T->getAttrKind());

Completed in 223 milliseconds