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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.cpp373 return !AttrT->getModifiedType()->isObjCRetainableType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1102 printBefore(T->getModifiedType(), OS);
1131 printAfter(T->getModifiedType(), OS);
H A DType.cpp594 return Visit(T->getModifiedType());
H A DASTImporter.cpp592 cast<AttributedType>(T1)->getModifiedType(),
593 cast<AttributedType>(T2)->getModifiedType()))
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h797 return getTypePtr()->getModifiedType();
H A DRecursiveASTVisitor.h972 TRY_TO(TraverseType(T->getModifiedType()));
H A DType.h3425 QualType getModifiedType() const { return ModifiedType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3993 type = attr->getModifiedType();
4610 R = AT->getModifiedType().IgnoreParens();
H A DTreeTransform.h5049 modifiedType != oldType->getModifiedType()) {
H A DSemaDecl.cpp2272 AT = AT->getModifiedType()->getAs<AttributedType>();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp277 Writer.AddTypeRef(T->getModifiedType(), Record);

Completed in 217 milliseconds