Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h406 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
444 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function
447 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc()
452 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize()
464 return getNextTypeAlign(asDerived()->getInnerType()); in getNextTypeAlign()
890 QualType getInnerType() const { in getInnerType() function
1029 QualType getInnerType() const { in getInnerType() function
1101 QualType getInnerType() const { return getTypePtr()->getUnderlyingType(); } in getInnerType() function
1146 QualType getInnerType() const { in getInnerType() function
1147 return this->getTypePtr()->getInnerType(); in getInnerType()
[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.h1034 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1515 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1516 printBefore(T->getInnerType(), OS); in printParenBefore()
1519 printBefore(T->getInnerType(), OS); in printParenBefore()
1523 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1525 printAfter(T->getInnerType(), OS); in printParenAfter()
1527 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()
1857 return Visit(T->getInnerType()); in VisitParenType()
H A DASTStructuralEquivalence.cpp935 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
936 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
H A DODRHash.cpp967 AddQualType(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp666 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTContext.cpp2314 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3077 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
8741 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1299 ExpectedType ToInnerTypeOrErr = import(T->getInnerType()); in VisitParenType()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp140 return MakeCXType(PTT->getInnerType(), TU); in MakeCXType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6636 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2290 return Visit(T->getInnerType()); in VisitParenType()
H A DSemaType.cpp6825 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
6901 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
H A DSemaChecking.cpp14101 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
H A DSemaDecl.cpp5952 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3177 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()