Home
last modified time | relevance | path

Searched refs:getAttrKind (Results 1 – 12 of 12) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1123 if (T->getAttrKind() == AttributedType::attr_objc_gc || in printAttributedBefore()
1124 T->getAttrKind() == AttributedType::attr_objc_ownership) in printAttributedBefore()
1130 switch (T->getAttrKind()) { in printAttributedBefore()
1144 if (T->getAttrKind() == AttributedType::attr_objc_gc || in printAttributedAfter()
1145 T->getAttrKind() == AttributedType::attr_objc_ownership) in printAttributedAfter()
1159 switch (T->getAttrKind()) { in printAttributedAfter()
1181 if (T->getAttrKind() == AttributedType::attr_neon_vector_type) in printAttributedAfter()
H A DType.cpp1903 switch (getAttrKind()) { in isMSTypeSpec()
1915 switch (getAttrKind()) { in isCallingConv()
H A DASTContext.cpp2131 AT->getAttrKind(), in getFunctionTypeWithExceptionSpec()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DAttributeList.cpp134 return ::getAttrKind(FullName, SyntaxUsed); in getKind()
H A DSemaType.cpp3449 AttributedType::Kind kind = TL.getAttrKind(); in fillAttributedTypeLoc()
4004 if (attr->getAttrKind() == AttributedType::attr_objc_ownership) in hasDirectOwnershipQualifier()
4373 AttributedType::Kind CurAttrKind = AT->getAttrKind(); in handleMSPointerTypeQualifierAttr()
4551 if (AT && AT->getAttrKind() != CCAttrKind) { in handleFunctionTypeAttr()
H A DTreeTransform.h5371 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h696 AttributedType::Kind getAttrKind() const { in getAttrKind() function
697 return getTypePtr()->getAttrKind(); in getAttrKind()
701 return (getAttrKind() >= AttributedType::FirstExprOperandKind && in hasAttrExprOperand()
702 getAttrKind() <= AttributedType::LastExprOperandKind); in hasAttrExprOperand()
706 return (getAttrKind() >= AttributedType::FirstEnumOperandKind && in hasAttrEnumOperand()
707 getAttrKind() <= AttributedType::LastEnumOperandKind); in hasAttrEnumOperand()
H A DType.h3502 Kind getAttrKind() const {
3517 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);
/minix/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h81 static attr::Kind getAttrKind(llvm::StringRef AttrKind) {
90 getAttrKind(Value.getString()) != attr::Kind(-1);
93 return getAttrKind(Value.getString());
/minix/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership) in handleAttr()
H A DTransforms.cpp371 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership) in isGCOwnedNonObjC()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp306 Record.push_back(T->getAttrKind()); in VisitAttributedType()