Home
last modified time | relevance | path

Searched refs:getModifiedType (Results 1 – 25 of 435) sorted by path

12345678910>>...18

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DASTNodeTraverser.h350 Visit(T->getModifiedType()); in VisitAttributedType()
H A DRecursiveASTVisitor.h1022 { TRY_TO(TraverseType(T->getModifiedType())); })
H A DType.h4565 QualType getModifiedType() const;
4844 QualType getModifiedType() const { return ModifiedType; }
7340 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h891 return getTypePtr()->getModifiedType(); in getInnerType()
H A DTypeProperties.td599 let Read = [{ node->getModifiedType() }];
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/ARCMigrate/
H A DTransforms.cpp364 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DASTContext.cpp3065 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
8563 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1413 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
H A DASTStructuralEquivalence.cpp716 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
717 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp822 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DType.cpp1238 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS()
1247 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS()
1558 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType()
1966 return Visit(T->getModifiedType()); in VisitAttributedType()
3438 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType
3441 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType()
3445 Inner = InnerMQT->getModifiedType(); in getModifiedType()
4229 T = attributed->getModifiedType(); in stripOuterNullability()
H A DTypePrinter.cpp1058 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore()
1063 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter()
1532 printBefore(T->getModifiedType(), OS); in printAttributedBefore()
1572 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaChecking.cpp173 auto BaseFnTy = cast<FunctionProtoType>(FnAttrType->getModifiedType()); in SemaBuiltinCHERICapCreate()
H A DSemaDecl.cpp3082 AT = AT->getModifiedType()->getAs<AttributedType>(); in getCallingConvAttributedType()
H A DSemaExprObjC.cpp1593 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DSemaTemplateInstantiate.cpp2306 return Visit(T->getModifiedType()); in VisitAttributedType()
H A DSemaType.cpp898 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
6931 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()
7058 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
7584 T = AT->getModifiedType(); in hasExplicitCallingConv()
H A DTreeTransform.h6714 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp122 Ty = AT->getModifiedType(); in isGlobalConstString()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/tools/libclang/
H A DCXType.cpp1052 return MakeCXType(ATT->getModifiedType(), GetTU(CT)); in clang_Type_getModifiedType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2646 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
3684 ->getModifiedType().getAsOpaquePtr(), in GetTypeInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h143 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
H A DTypeRecordHelpers.h24 TypeIndex getModifiedType(const CVType &CVT);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp201 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
H A DTypeDumpVisitor.cpp389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()

12345678910>>...18