Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h418 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
456 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function
459 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc()
464 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize()
476 return getNextTypeAlign(asDerived()->getInnerType()); in getNextTypeAlign()
915 QualType getInnerType() const { in getInnerType() function
940 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } in getInnerType() function
1077 QualType getInnerType() const { in getInnerType() function
1129 QualType getInnerType() const { return getTypePtr()->desugar(); } in getInnerType() function
1175 QualType getInnerType() const { return getTypePtr()->getUnderlyingType(); } in getInnerType() function
[all …]
HDTypeProperties.td640 let Read = [{ node->getInnerType() }];
HDType.h3144 QualType getInnerType() const { return Inner; }
3147 QualType desugar() const { return getInnerType(); }
3150 Profile(ID, getInnerType());
HDRecursiveASTVisitor.h1149 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp1716 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1717 printBefore(T->getInnerType(), OS); in printParenBefore()
1720 printBefore(T->getInnerType(), OS); in printParenBefore()
1724 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1726 printAfter(T->getInnerType(), OS); in printParenAfter()
1728 printAfter(T->getInnerType(), OS); in printParenAfter()
HDType.cpp553 T = PT->getInnerType(); in IgnoreParens()
1168 QualType innerType = recurse(T->getInnerType()); in VisitParenType()
1172 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1989 return Visit(T->getInnerType()); in VisitParenType()
HDASTStructuralEquivalence.cpp1097 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
1098 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
HDODRHash.cpp1123 AddQualType(T->getInnerType()); in VisitParenType()
HDDeclPrinter.cpp719 Ty = PT->getInnerType(); in VisitFunctionDecl()
HDASTContext.cpp2352 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3538 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
10075 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
HDASTImporter.cpp1379 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp472 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h7318 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp3014 return Visit(T->getInnerType()); in VisitParenType()
HDSemaType.cpp6844 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
6920 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
HDSemaChecking.cpp12683 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
HDSemaDecl.cpp6453 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp3617 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()