Home
last modified time | relevance | path

Searched refs:getModifiedType (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp453 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitModifier()
456 StringRef ModifiedName = getTypeName(Mod.getModifiedType()); in visitModifier()
DTypeTableBuilder.cpp27 Builder.writeTypeIndex(Record.getModifiedType()); in writeModifier()
/external/clang/lib/AST/
DTypePrinter.cpp1178 printBefore(T->getModifiedType(), OS); in printAttributedBefore()
1225 return printAfter(T->getModifiedType(), OS); in printAttributedAfter()
1231 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
DType.cpp927 QualType modifiedType = recurse(T->getModifiedType()); in TRIVIAL_TYPE_CLASS()
936 == T->getModifiedType().getAsOpaquePtr() && in TRIVIAL_TYPE_CLASS()
1587 return Visit(T->getModifiedType()); in VisitAttributedType()
3622 T = attributed->getModifiedType(); in stripOuterNullability()
DASTDumper.cpp367 dumpTypeAsChild(T->getModifiedType()); in VisitAttributedType()
DASTImporter.cpp691 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
692 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
1877 QualType FromModifiedType = T->getModifiedType(); in VisitAttributedType()
DASTContext.cpp2275 getFunctionTypeWithExceptionSpec(Context, AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
/external/clang/lib/ARCMigrate/
DTransforms.cpp368 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/external/clang/tools/libclang/
DCXType.cpp109 return MakeCXType(ATT->getModifiedType(), TU); in MakeCXType()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h128 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
/external/clang/include/clang/AST/
DTypeLoc.h834 return getTypePtr()->getModifiedType(); in getInnerType()
DRecursiveASTVisitor.h1016 { TRY_TO(TraverseType(T->getModifiedType())); })
DType.h3834 QualType getModifiedType() const { return ModifiedType; }
/external/clang/lib/Sema/
DSemaType.cpp855 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
5346 type = attr->getModifiedType(); in hasDirectOwnershipQualifier()
5853 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
6251 R = AT->getModifiedType().IgnoreParens(); in hasExplicitCallingConv()
DSemaExprObjC.cpp1386 resultType = attributed->getModifiedType(); in getMessageSendResultType()
DTreeTransform.h5738 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
DSemaDecl.cpp2653 AT = AT->getModifiedType()->getAs<AttributedType>(); in getCallingConvAttributedType()
/external/clang/lib/Serialization/
DASTWriter.cpp339 Record.AddTypeRef(T->getModifiedType()); in VisitAttributedType()