Home
last modified time | relevance | path

Searched refs:getInnerType (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h890 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 DTypeProperties.td572 let Read = [{ node->getInnerType() }];
H A DType.h2617 QualType getInnerType() const { return Inner; }
2620 QualType desugar() const { return getInnerType(); }
2623 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h1032 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1519 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 DType.cpp499 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 DASTStructuralEquivalence.cpp936 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
937 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
H A DODRHash.cpp967 AddQualType(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp667 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTContext.cpp2329 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3092 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
8775 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1317 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6648 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2289 return Visit(T->getInnerType()); in VisitParenType()
H A DSemaType.cpp6858 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
6934 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
H A DSemaChecking.cpp14373 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
H A DSemaDecl.cpp6015 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3159 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()