| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 412 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 D | TypeProperties.td | 593 let Read = [{ node->getInnerType() }];
|
| H A D | Type.h | 2877 QualType getInnerType() const { return Inner; } 2880 QualType desugar() const { return getInnerType(); } 2883 Profile(ID, getInnerType());
|
| H A D | RecursiveASTVisitor.h | 1107 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1641 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 D | Type.cpp | 521 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 D | ASTStructuralEquivalence.cpp | 1079 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 1080 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1106 AddQualType(T->getInnerType()); in VisitParenType()
|
| H A D | DeclPrinter.cpp | 769 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
| H A D | ASTContext.cpp | 2313 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl() 3157 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 9625 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
|
| H A D | ASTImporter.cpp | 1365 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 428 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7288 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2829 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | SemaType.cpp | 7261 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper() 7337 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
|
| H A D | SemaDecl.cpp | 6601 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
| H A D | SemaChecking.cpp | 17580 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3471 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|