/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 418 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 D | TypeProperties.td | 640 let Read = [{ node->getInnerType() }];
|
H A D | Type.h | 3144 QualType getInnerType() const { return Inner; } 3147 QualType desugar() const { return getInnerType(); } 3150 Profile(ID, getInnerType());
|
H A D | RecursiveASTVisitor.h | 1149 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypePrinter.cpp | 1716 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 D | Type.cpp | 553 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 D | ASTStructuralEquivalence.cpp | 1097 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 1098 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 1123 AddQualType(T->getInnerType()); in VisitParenType()
|
H A D | DeclPrinter.cpp | 719 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
H A D | ASTContext.cpp | 2352 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl() 3538 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 10075 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
|
H A D | ASTImporter.cpp | 1379 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 472 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7318 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 3017 return Visit(T->getInnerType()); in VisitParenType()
|
H A D | SemaType.cpp | 6844 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper() 6920 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
|
H A D | SemaChecking.cpp | 12683 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
H A D | SemaDecl.cpp | 6453 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3617 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|