Searched refs:getModifiedType (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.cpp372 return !AttrT->getModifiedType()->isObjCRetainableType();
/external/clang/lib/AST/
H A DTypePrinter.cpp1115 printBefore(T->getModifiedType(), OS);
1144 printAfter(T->getModifiedType(), OS);
H A DType.cpp598 return Visit(T->getModifiedType());
H A DASTImporter.cpp591 cast<AttributedType>(T1)->getModifiedType(),
592 cast<AttributedType>(T2)->getModifiedType()))
/external/clang/include/clang/AST/
H A DTypeLoc.h797 return getTypePtr()->getModifiedType();
H A DDataRecursiveASTVisitor.h912 { TRY_TO(TraverseType(T->getModifiedType())); })
H A DRecursiveASTVisitor.h977 { TRY_TO(TraverseType(T->getModifiedType())); })
H A DType.h3450 QualType getModifiedType() const { return ModifiedType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
/external/clang/lib/Sema/
H A DSemaType.cpp4000 type = attr->getModifiedType();
4601 R = AT->getModifiedType().IgnoreParens();
H A DTreeTransform.h5150 modifiedType != oldType->getModifiedType()) {
H A DSemaDecl.cpp2361 AT = AT->getModifiedType()->getAs<AttributedType>();
/external/clang/lib/Serialization/
H A DASTWriter.cpp291 Writer.AddTypeRef(T->getModifiedType(), Record);

Completed in 216 milliseconds