Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h420 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
458 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function
461 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc()
466 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize()
478 return getNextTypeAlign(asDerived()->getInnerType()); in getNextTypeAlign()
917 QualType getInnerType() const { in getInnerType() function
942 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } in getInnerType() function
970 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } in getInnerType() function
1129 QualType getInnerType() const { in getInnerType() function
1181 QualType getInnerType() const { return getTypePtr()->desugar(); } in getInnerType() function
[all …]
H A DTypeProperties.td632 let Read = [{ node->getInnerType() }];
H A DType.h3239 QualType getInnerType() const { return Inner; }
3242 QualType desugar() const { return getInnerType(); }
3245 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h1165 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1764 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1765 printBefore(T->getInnerType(), OS); in printParenBefore()
1768 printBefore(T->getInnerType(), OS); in printParenBefore()
1772 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1774 printAfter(T->getInnerType(), OS); in printParenAfter()
1776 printAfter(T->getInnerType(), OS); in printParenAfter()
H A DType.cpp600 T = PT->getInnerType(); in IgnoreParens()
1218 QualType innerType = recurse(T->getInnerType()); in VisitParenType()
1222 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
2042 Type *VisitParenType(const ParenType *T) { return Visit(T->getInnerType()); } in VisitParenType()
H A DASTStructuralEquivalence.cpp1202 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
1203 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1151 AddQualType(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp748 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTContext.cpp2518 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3749 adjustType(cast<ParenType>(Orig)->getInnerType(), Adjust)); in adjustType()
10648 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1610 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp332 void VisitParenType(const ParenType *T) { AddQualType(T->getInnerType()); } in VisitParenType()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp483 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7365 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6871 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
6947 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
H A DSemaTemplateInstantiate.cpp3205 return Visit(T->getInnerType()); in VisitParenType()
H A DSemaChecking.cpp14116 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
H A DSemaDecl.cpp6570 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3863 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()