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

/external/clang/lib/AST/
H A DTypePrinter.cpp1171 if (T->getAttrKind() == AttributedType::attr_objc_gc ||
1172 T->getAttrKind() == AttributedType::attr_objc_ownership)
1175 if (T->getAttrKind() == AttributedType::attr_objc_kindof)
1181 switch (T->getAttrKind()) {
1192 if (T->getAttrKind() == AttributedType::attr_nonnull ||
1193 T->getAttrKind() == AttributedType::attr_nullable ||
1194 T->getAttrKind() == AttributedType::attr_null_unspecified) {
1195 if (T->getAttrKind() == AttributedType::attr_nonnull)
1197 else if (T->getAttrKind() == AttributedType::attr_nullable)
1199 else if (T->getAttrKind()
[all...]
H A DTypeLoc.cpp362 if (attributedLoc.getAttrKind() == AttributedType::attr_nullable ||
363 attributedLoc.getAttrKind() == AttributedType::attr_nonnull ||
364 attributedLoc.getAttrKind() == AttributedType::attr_null_unspecified)
H A DType.cpp523 if (attributed->getAttrKind() ==
941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType,
2969 switch (getAttrKind()) {
3014 switch (getAttrKind()) {
3026 switch (getAttrKind()) {
3610 if (getAttrKind() == AttributedType::attr_nonnull)
3612 if (getAttrKind() == AttributedType::attr_nullable)
3614 if (getAttrKind() == AttributedType::attr_null_unspecified)
H A DASTImporter.cpp1893 return Importer.getToContext().getAttributedType(T->getAttrKind(),
H A DASTContext.cpp2274 AT->getAttrKind(),
/external/clang/lib/Sema/
H A DAttributeList.cpp142 return ::getAttrKind(FullName, SyntaxUsed);
H A DSemaType.cpp4787 AttributeList::Kind parsedKind = getAttrListKind(TL.getAttrKind());
5343 if (attr->getAttrKind() == AttributedType::attr_objc_ownership)
5754 AttributedType::Kind CurAttrKind = AT->getAttrKind();
6188 if (AT && AT->getAttrKind() != CCAttrKind) {
H A DTreeTransform.h5756 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(),
/external/clang/include/clang/AST/
H A DTypeLoc.h729 AttributedType::Kind getAttrKind() const { function in class:clang::AttributedTypeLoc
730 return getTypePtr()->getAttrKind();
734 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
735 getAttrKind() <= AttributedType::LastExprOperandKind);
739 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
740 getAttrKind() <= AttributedType::LastEnumOperandKind);
H A DType.h3830 Kind getAttrKind() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3891 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);
/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h80 static attr::Kind getAttrKind(llvm::StringRef AttrKind) { function in struct:clang::ast_matchers::dynamic::internal::ArgTypeTraits
89 getAttrKind(Value.getString()) != attr::Kind(-1);
92 return getAttrKind(Value.getString());
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp84 if (TL.getAttrKind() != AttributedType::attr_objc_ownership)
H A DTransforms.cpp367 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp352 if (AttrType->getAttrKind() == AttributedType::attr_nullable)
354 else if (AttrType->getAttrKind() == AttributedType::attr_nonnull)
/external/clang/lib/Serialization/
H A DASTWriter.cpp341 Record.push_back(T->getAttrKind());
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 510 milliseconds