/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.h | 25 TypeIndex getModifiedType(const CVType &CVT);
|
H A D | TypeRecord.h | 137 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.cpp | 47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
|
H A D | RecordName.cpp | 203 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 36 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonnullGlobalConstantsChecker.cpp | 122 Ty = AT->getModifiedType(); in isGlobalConstString()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 1136 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() 1145 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS() 1453 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType() 1861 return Visit(T->getModifiedType()); in VisitAttributedType() 3393 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType 3396 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 3400 Inner = InnerMQT->getModifiedType(); in getModifiedType() 4186 T = attributed->getModifiedType(); in stripOuterNullability()
|
H A D | TypePrinter.cpp | 1054 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore() 1059 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter() 1589 printBefore(T->getModifiedType(), OS); in printAttributedBefore() 1631 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
|
H A D | ASTStructuralEquivalence.cpp | 925 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent() 926 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 822 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
H A D | ASTContext.cpp | 3089 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 8737 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
|
H A D | ASTImporter.cpp | 1434 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 364 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 363 Visit(T->getModifiedType()); in VisitAttributedType()
|
H A D | TypeProperties.td | 595 let Read = [{ node->getModifiedType() }];
|
H A D | Type.h | 4413 QualType getModifiedType() const; 4692 QualType getModifiedType() const { return ModifiedType; } 7193 Ty = A->getModifiedType().getTypePtr();
|
H A D | TypeLoc.h | 891 return getTypePtr()->getModifiedType(); in getInnerType()
|
H A D | RecursiveASTVisitor.h | 1032 { TRY_TO(TraverseType(T->getModifiedType())); })
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 1049 return MakeCXType(ATT->getModifiedType(), GetTU(CT)); in clang_Type_getModifiedType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 896 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs() 6987 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr() 7117 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier() 7637 T = AT->getModifiedType(); in hasExplicitCallingConv()
|
H A D | SemaTemplateInstantiate.cpp | 2294 return Visit(T->getModifiedType()); in VisitAttributedType()
|
H A D | SemaExprObjC.cpp | 1604 resultType = attributed->getModifiedType(); in getMessageSendResultType()
|
H A D | TreeTransform.h | 6751 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
|
H A D | SemaDecl.cpp | 3096 AT = AT->getModifiedType()->getAs<AttributedType>(); in getCallingConvAttributedType()
|