Searched refs:getAttributedType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp4129 type = S.Context.getAttributedType(AttributedType::attr_objc_ownership,
4221 type = S.Context.getAttributedType(AttributedType::attr_objc_gc,
4416 Type = S.Context.getAttributedType(TAK, Type, Type);
4592 type = S.Context.getAttributedType(CCAttrKind, type, Equivalent);
H A DTreeTransform.h5157 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(),
/external/clang/include/clang/AST/
H A DASTContext.h1087 QualType getAttributedType(AttributedType::Kind attrKind,
/external/clang/lib/AST/
H A DASTContext.cpp3014 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, function in class:ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp5331 return Context.getAttributedType(kind, modifiedType, equivalentType);

Completed in 1194 milliseconds