Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h368 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
406 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function
409 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc()
414 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize()
426 return getNextTypeAlign(asDerived()->getInnerType()); in getNextTypeAlign()
821 QualType getInnerType() const { in getInnerType() function
957 QualType getInnerType() const { in getInnerType() function
1039 QualType getInnerType() const { in getInnerType() function
1040 return this->getTypePtr()->getInnerType(); in getInnerType()
1064 QualType getInnerType() const { in getInnerType() function
[all …]
HDType.h2108 QualType getInnerType() const { return Inner; }
2111 QualType desugar() const { return getInnerType(); }
2114 Profile(ID, getInnerType());
HDDataRecursiveASTVisitor.h917 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
HDRecursiveASTVisitor.h985 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypePrinter.cpp1067 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1068 printBefore(T->getInnerType(), OS); in printParenBefore()
1071 printBefore(T->getInnerType(), OS); in printParenBefore()
1074 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1076 printAfter(T->getInnerType(), OS); in printParenAfter()
1078 printAfter(T->getInnerType(), OS); in printParenAfter()
HDType.cpp300 T = PT->getInnerType(); in IgnoreParens()
855 QualType innerType = recurse(T->getInnerType()); in VisitParenType()
859 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1561 return Visit(T->getInnerType()); in VisitParenType()
HDDeclPrinter.cpp439 Ty = PT->getInnerType(); in VisitFunctionDecl()
HDASTImporter.cpp647 cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
648 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
1683 QualType ToInnerType = Importer.Import(T->getInnerType()); in VisitParenType()
HDASTContext.cpp1738 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
2201 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h3649 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp5007 type = paren->getInnerType(); in hasDirectOwnershipQualifier()
5263 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
5326 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
HDSemaChecking.cpp8154 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
HDSemaDecl.cpp4956 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp2011 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp400 Writer.AddTypeRef(T->getInnerType(), Record); in VisitParenType()