Searched refs:getInnerType (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 899 QualType getInnerType() const { in getInnerType() function 1038 QualType getInnerType() const { in getInnerType() function 1122 QualType getInnerType() const { in getInnerType() function 1123 return this->getTypePtr()->getInnerType(); in getInnerType() 1146 QualType getInnerType() const { in getInnerType() function 1196 QualType getInnerType() const { in getInnerType() function 1286 QualType getInnerType() const { in getInnerType() function 1704 QualType getInnerType() const { in getInnerType() function 1976 QualType getInnerType() const { in getInnerType() function 2196 QualType getInnerType() const { in getInnerType() function [all …]
|
| H A D | Type.h | 2520 QualType getInnerType() const { return Inner; } 2523 QualType desugar() const { return getInnerType(); } 2526 Profile(ID, getInnerType());
|
| H A D | RecursiveASTVisitor.h | 1067 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1310 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore() 1311 printBefore(T->getInnerType(), OS); in printParenBefore() 1314 printBefore(T->getInnerType(), OS); in printParenBefore() 1318 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter() 1320 printAfter(T->getInnerType(), OS); in printParenAfter() 1322 printAfter(T->getInnerType(), OS); in printParenAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 567 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 568 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 379 T = PT->getInnerType(); in IgnoreParens() 948 QualType innerType = recurse(T->getInnerType()); in VisitParenType() 952 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType() 1709 return Visit(T->getInnerType()); in VisitParenType()
|
| H A D | ODRHash.cpp | 883 AddQualType(T->getInnerType()); in VisitParenType()
|
| H A D | DeclPrinter.cpp | 616 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
| H A D | ASTContext.cpp | 2058 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl() 2764 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
|
| H A D | ASTImporter.cpp | 1238 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5437 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5939 type = paren->getInnerType(); in hasDirectOwnershipQualifier() 6234 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper() 6303 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
|
| H A D | SemaChecking.cpp | 12173 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
| H A D | SemaDecl.cpp | 5555 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2761 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 516 Record.AddTypeRef(T->getInnerType()); in VisitParenType()
|