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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp105 if (AttrType->getAttrKind() == attr::TypeNullable)
107 else if (AttrType->getAttrKind() == attr::TypeNonNull)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp120 if (AT->getAttrKind() == attr::TypeNonNull)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp95 return ::getAttrKind(FullName, SyntaxUsed);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp270 CanPrefixQualifiers = AttrTy->getAttrKind() == attr::AddressSpace;
1413 if (T->getAttrKind() == attr::ObjCGC ||
1414 T->getAttrKind() == attr::ObjCOwnership)
1417 if (T->getAttrKind() == attr::ObjCKindOf)
1420 if (T->getAttrKind() == attr::AddressSpace)
1426 switch (T->getAttrKind()) {
1438 if (T->getAttrKind() == attr::TypeNonNull)
1440 else if (T->getAttrKind() == attr::TypeNullable)
1442 else if (T->getAttrKind() == attr::TypeNullUnspecified)
1455 if (T->getAttrKind()
[all...]
H A DType.cpp1084 return Ctx.getAttributedType(T->getAttrKind(), modifiedType,
1363 if (!newAttrType || newAttrType->getAttrKind() != attr::ObjCKindOf)
1389 return Ctx.getAttributedType(newAttrType->getAttrKind(),
1710 if (AT->getAttrKind() == AK)
3328 switch (getAttrKind()) {
3351 switch (getAttrKind()) {
3364 switch (getAttrKind()) {
3959 if (getAttrKind() == attr::TypeNonNull)
3961 if (getAttrKind() == attr::TypeNullable)
3963 if (getAttrKind()
[all...]
H A DODRHash.cpp821 ID.AddInteger(T->getAttrKind());
H A DASTContext.cpp2997 AT->getAttrKind(),
8132 if (Attr->getAttrKind() == attr::ObjCOwnership)
H A DASTImporter.cpp1432 return Importer.getToContext().getAttributedType(T->getAttrKind(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h125 static Optional<attr::Kind> getAttrKind(llvm::StringRef AttrKind) { function in struct:clang::ast_matchers::dynamic::internal::ArgTypeTraits
134 return Value.isString() && getAttrKind(Value.getString());
138 return *getAttrKind(Value.getString());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1646 if (isa<UndefValue>(IRP.getAssociatedValue()) || hasAttr(getAttrKind())) {
1674 Attribute::AttrKind getAttrKind() const { return AK; } function in struct:IRAttribute
1679 Attrs.emplace_back(Attribute::get(Ctx, getAttrKind()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp362 if (AttrT->getAttrKind() == attr::ObjCOwnership)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h856 attr::Kind getAttrKind() const { function in class:clang::AttributedTypeLoc
857 return getTypePtr()->getAttrKind();
H A DType.h4571 Kind getAttrKind() const {
4632 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3698 if (hasAttr(getAttrKind(), /* IgnoreSubsumingPositions */ true)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6655 Attrs.insert(AT->getAttrKind());
H A DTreeTransform.h6364 result = SemaRef.Context.getAttributedType(TL.getAttrKind(),

Completed in 317 milliseconds