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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAttributeList.cpp135 return ::getAttrKind(Buf);
H A DSemaType.cpp3469 AttributedType::Kind kind = TL.getAttrKind();
3990 if (attr->getAttrKind() == AttributedType::attr_objc_ownership)
4359 AttributedType::Kind CurAttrKind = AT->getAttrKind();
4535 if (AT && AT->getAttrKind() != CCAttrKind) {
H A DTreeTransform.h5056 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(),
/freebsd-10.3-release/contrib/llvm/tools/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.h3421 Kind getAttrKind() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3436 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1098 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
1099 T->getAttrKind() == AttributedType::attr_objc_ownership)
1105 switch (T->getAttrKind()) {
1119 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
1120 T->getAttrKind() == AttributedType::attr_objc_ownership)
1134 switch (T->getAttrKind()) {
1156 if (T->getAttrKind() == AttributedType::attr_neon_vector_type)
H A DType.cpp1852 switch (getAttrKind()) {
1864 switch (getAttrKind()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
H A DTransforms.cpp372 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp279 Record.push_back(T->getAttrKind());

Completed in 167 milliseconds