| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 890 QualType getInnerType() const { in getInnerType() function 1029 QualType getInnerType() const { in getInnerType() function 1146 QualType getInnerType() const { in getInnerType() function 1147 return this->getTypePtr()->getInnerType(); in getInnerType() 1170 QualType getInnerType() const { in getInnerType() function 1220 QualType getInnerType() const { in getInnerType() function 1310 QualType getInnerType() const { in getInnerType() function 1728 QualType getInnerType() const { in getInnerType() function 2241 QualType getInnerType() const { in getInnerType() function 2461 QualType getInnerType() const { in getInnerType() function [all …]
|
| H A D | TypeProperties.td | 572 let Read = [{ node->getInnerType() }];
|
| H A D | Type.h | 2617 QualType getInnerType() const { return Inner; } 2620 QualType desugar() const { return getInnerType(); } 2623 Profile(ID, getInnerType());
|
| H A D | RecursiveASTVisitor.h | 1032 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1519 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore() 1520 printBefore(T->getInnerType(), OS); in printParenBefore() 1523 printBefore(T->getInnerType(), OS); in printParenBefore() 1527 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter() 1529 printAfter(T->getInnerType(), OS); in printParenAfter() 1531 printAfter(T->getInnerType(), OS); in printParenAfter()
|
| H A D | Type.cpp | 499 T = PT->getInnerType(); in IgnoreParens() 1082 QualType innerType = recurse(T->getInnerType()); in VisitParenType() 1086 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType() 1860 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | ASTStructuralEquivalence.cpp | 936 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 937 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 967 AddQualType(T->getInnerType()); in VisitParenType()
|
| H A D | DeclPrinter.cpp | 667 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
| H A D | ASTContext.cpp | 2329 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl() 3092 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec() 8775 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
|
| H A D | ASTImporter.cpp | 1317 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6648 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2289 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | SemaType.cpp | 6858 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper() 6934 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
|
| H A D | SemaChecking.cpp | 14373 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
| H A D | SemaDecl.cpp | 6015 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3159 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|