Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h899 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 DType.h2520 QualType getInnerType() const { return Inner; }
2523 QualType desugar() const { return getInnerType(); }
2526 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h1067 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1310 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 DASTStructuralEquivalence.cpp567 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
568 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
H A DType.cpp379 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 DODRHash.cpp883 AddQualType(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp616 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTContext.cpp2058 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
2764 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
H A DASTImporter.cpp1238 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5437 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5939 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 DSemaChecking.cpp12173 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
H A DSemaDecl.cpp5555 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2761 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp516 Record.AddTypeRef(T->getInnerType()); in VisitParenType()