Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h412 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
905 QualType getInnerType() const { in getInnerType() function
1067 QualType getInnerType() const { in getInnerType() function
1184 QualType getInnerType() const { in getInnerType() function
1185 return this->getTypePtr()->getInnerType(); in getInnerType()
1208 QualType getInnerType() const { in getInnerType() function
1258 QualType getInnerType() const { in getInnerType() function
1348 QualType getInnerType() const { in getInnerType() function
1767 QualType getInnerType() const { in getInnerType() function
2529 QualType getInnerType() const { in getInnerType() function
[all …]
H A DTypeProperties.td593 let Read = [{ node->getInnerType() }];
H A DType.h2877 QualType getInnerType() const { return Inner; }
2880 QualType desugar() const { return getInnerType(); }
2883 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h1107 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1641 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1642 printBefore(T->getInnerType(), OS); in printParenBefore()
1645 printBefore(T->getInnerType(), OS); in printParenBefore()
1649 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1651 printAfter(T->getInnerType(), OS); in printParenAfter()
1653 printAfter(T->getInnerType(), OS); in printParenAfter()
H A DType.cpp521 T = PT->getInnerType(); in IgnoreParens()
1114 QualType innerType = recurse(T->getInnerType()); in VisitParenType()
1118 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1926 return Visit(T->getInnerType()); in VisitParenType()
H A DASTStructuralEquivalence.cpp1079 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
1080 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1106 AddQualType(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp769 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTContext.cpp2313 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3157 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
9625 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1365 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp428 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7288 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2829 return Visit(T->getInnerType()); in VisitParenType()
H A DSemaType.cpp7261 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
7337 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
H A DSemaDecl.cpp6601 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
H A DSemaChecking.cpp17580 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3471 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()