Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.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 …]
H A DTypeProperties.td640 let Read = [{ node->getInnerType() }];
H A DType.h3144 QualType getInnerType() const { return Inner; }
3147 QualType desugar() const { return getInnerType(); }
3150 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h1149 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.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()
H A DType.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()
H A DASTStructuralEquivalence.cpp1097 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
1098 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1123 AddQualType(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp719 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTContext.cpp2352 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3538 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
10075 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1379 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp472 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7318 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3017 return Visit(T->getInnerType()); in VisitParenType()
H A DSemaType.cpp6844 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
6920 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
H A DSemaChecking.cpp12683 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
H A DSemaDecl.cpp6453 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3617 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()