Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h311 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
339 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function
342 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc()
347 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize()
739 QualType getInnerType() const { in getInnerType() function
826 QualType getInnerType() const { in getInnerType() function
898 QualType getInnerType() const { in getInnerType() function
899 return this->getTypePtr()->getInnerType(); in getInnerType()
932 QualType getInnerType() const { in getInnerType() function
1020 QualType getInnerType() const { in getInnerType() function
[all …]
DType.h1852 QualType getInnerType() const { return Inner; }
1855 QualType desugar() const { return getInnerType(); }
1858 Profile(ID, getInnerType());
DRecursiveASTVisitor.h924 TRY_TO(TraverseType(T->getInnerType()));
/external/clang/lib/AST/
DTypePrinter.cpp819 if (!S.empty() && !isa<FunctionType>(T->getInnerType())) in printParen()
821 print(T->getInnerType(), S); in printParen()
DType.cpp287 T = PT->getInnerType(); in IgnoreParens()
540 return Visit(T->getInnerType()); in VisitParenType()
DDeclPrinter.cpp412 Ty = PT->getInnerType(); in VisitFunctionDecl()
DASTImporter.cpp610 cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
611 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
1548 QualType ToInnerType = Importer.Import(T->getInnerType()); in VisitParenType()
DASTContext.cpp1057 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
/external/clang/lib/Sema/
DSemaType.cpp3306 type = paren->getInnerType(); in hasDirectOwnershipQualifier()
3550 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
3613 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
DSemaDecl.cpp3573 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1627 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Serialization/
DASTWriter.cpp356 Writer.AddTypeRef(T->getInnerType(), Record); in VisitParenType()