Home
last modified time | relevance | path

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

12

/external/clang/include/clang/AST/
DTypeLoc.h376 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
414 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function
417 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc()
422 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize()
434 return getNextTypeAlign(asDerived()->getInnerType()); in getNextTypeAlign()
833 QualType getInnerType() const { in getInnerType() function
969 QualType getInnerType() const { in getInnerType() function
1051 QualType getInnerType() const { in getInnerType() function
1052 return this->getTypePtr()->getInnerType(); in getInnerType()
1076 QualType getInnerType() const { in getInnerType() function
[all …]
DType.h2162 QualType getInnerType() const { return Inner; }
2165 QualType desugar() const { return getInnerType(); }
2168 Profile(ID, getInnerType());
DRecursiveASTVisitor.h1018 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/external/llvm-project/clang/include/clang/AST/
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 …]
DTypeProperties.td568 let Read = [{ node->getInnerType() }];
DType.h2606 QualType getInnerType() const { return Inner; }
2609 QualType desugar() const { return getInnerType(); }
2612 Profile(ID, getInnerType());
DRecursiveASTVisitor.h1021 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/external/clang/lib/AST/
DTypePrinter.cpp1111 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1112 printBefore(T->getInnerType(), OS); in printParenBefore()
1115 printBefore(T->getInnerType(), OS); in printParenBefore()
1118 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1120 printAfter(T->getInnerType(), OS); in printParenAfter()
1122 printAfter(T->getInnerType(), OS); in printParenAfter()
DType.cpp301 T = PT->getInnerType(); in IgnoreParens()
875 QualType innerType = recurse(T->getInnerType()); in VisitParenType()
879 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1584 return Visit(T->getInnerType()); in VisitParenType()
DDeclPrinter.cpp480 Ty = PT->getInnerType(); in VisitFunctionDecl()
DASTImporter.cpp702 cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
703 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
1766 QualType ToInnerType = Importer.Import(T->getInnerType()); in VisitParenType()
DASTContext.cpp1788 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
2269 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp1478 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1479 printBefore(T->getInnerType(), OS); in printParenBefore()
1482 printBefore(T->getInnerType(), OS); in printParenBefore()
1486 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1488 printAfter(T->getInnerType(), OS); in printParenAfter()
1490 printAfter(T->getInnerType(), OS); in printParenAfter()
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()
DASTStructuralEquivalence.cpp917 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
918 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
DODRHash.cpp967 AddQualType(T->getInnerType()); in VisitParenType()
DDeclPrinter.cpp654 Ty = PT->getInnerType(); in VisitFunctionDecl()
DASTContext.cpp2271 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
3034 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
8627 Ty = Paren->getInnerType(); in hasDirectOwnershipQualifier()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp140 return MakeCXType(PTT->getInnerType(), TU); in MakeCXType()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4630 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/external/clang/lib/Sema/
DSemaType.cpp5350 type = paren->getInnerType(); in hasDirectOwnershipQualifier()
5641 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
5710 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6348 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2287 return Visit(T->getInnerType()); in VisitParenType()
DSemaType.cpp6786 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
6862 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2296 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()

12