Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h406 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
899 QualType getInnerType() const { in getInnerType() function
1061 QualType getInnerType() const { in getInnerType() function
1178 QualType getInnerType() const { in getInnerType() function
1179 return this->getTypePtr()->getInnerType(); in getInnerType()
1202 QualType getInnerType() const { in getInnerType() function
1252 QualType getInnerType() const { in getInnerType() function
1342 QualType getInnerType() const { in getInnerType() function
1761 QualType getInnerType() const { in getInnerType() function
2545 QualType getInnerType() const { in getInnerType() function
[all …]
H A DTypeProperties.td589 let Read = [{ node->getInnerType() }];
H A DType.h2757 QualType getInnerType() const { return Inner; }
2760 QualType desugar() const { return getInnerType(); }
2763 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h1113 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/openbsd/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp1565 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1566 printBefore(T->getInnerType(), OS); in printParenBefore()
1569 printBefore(T->getInnerType(), OS); in printParenBefore()
1573 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1575 printAfter(T->getInnerType(), OS); in printParenAfter()
1577 printAfter(T->getInnerType(), OS); in printParenAfter()
H A DType.cpp499 T = PT->getInnerType(); in IgnoreParens()
1092 QualType innerType = recurse(T->getInnerType()); in VisitParenType()
1096 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1890 return Visit(T->getInnerType()); in VisitParenType()
H A DASTStructuralEquivalence.cpp995 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
996 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1122 AddQualType(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp662 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTContext.cpp2368 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3196 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
9518 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1349 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp319 return getFragmentsForType(PT->getInnerType(), Context, After) in getFragmentsForType()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp147 return MakeCXType(PTT->getInnerType(), TU); in MakeCXType()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7024 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2638 return Visit(T->getInnerType()); in VisitParenType()
H A DSemaType.cpp7102 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
7178 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
H A DSemaDecl.cpp6468 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
H A DSemaChecking.cpp15800 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3326 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()