| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 899 QualType getInnerType() const { in getInnerType() function 1061 QualType getInnerType() const { in getInnerType() function 1178 QualType getInnerType() const { in getInnerType() function 1179 return this->getTypePtr()->getInnerType(); in getInnerType() 1202 QualType getInnerType() const { in getInnerType() function 1252 QualType getInnerType() const { in getInnerType() function 1342 QualType getInnerType() const { in getInnerType() function 1760 QualType getInnerType() const { in getInnerType() function 2302 QualType getInnerType() const { in getInnerType() function 2522 QualType getInnerType() const { in getInnerType() function [all …]
|
| H A D | TypeProperties.td | 585 let Read = [{ node->getInnerType() }];
|
| H A D | Type.h | 2695 QualType getInnerType() const { return Inner; } 2698 QualType desugar() const { return getInnerType(); } 2701 Profile(ID, getInnerType());
|
| H A D | RecursiveASTVisitor.h | 1130 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1564 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore() 1565 printBefore(T->getInnerType(), OS); in printParenBefore() 1568 printBefore(T->getInnerType(), OS); in printParenBefore() 1572 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter() 1574 printAfter(T->getInnerType(), OS); in printParenAfter() 1576 printAfter(T->getInnerType(), OS); in printParenAfter()
|
| H A D | Type.cpp | 499 T = PT->getInnerType(); in IgnoreParens() 1088 QualType innerType = recurse(T->getInnerType()); in VisitParenType() 1092 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType() 1866 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | ASTStructuralEquivalence.cpp | 944 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 945 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 968 AddQualType(T->getInnerType()); in VisitParenType()
|
| H A D | DeclPrinter.cpp | 663 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
| H A D | ASTContext.cpp | 2357 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl() 3173 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 9406 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
|
| H A D | ASTImporter.cpp | 1354 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 318 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 146 return MakeCXType(PTT->getInnerType(), TU); in MakeCXType()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7027 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2328 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | SemaType.cpp | 7007 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper() 7083 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
|
| H A D | SemaChecking.cpp | 15457 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
| H A D | SemaDecl.cpp | 6389 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3309 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|