Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h343 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
796 QualType getInnerType() const { in getInnerType() function
887 QualType getInnerType() const { in getInnerType() function
969 QualType getInnerType() const { in getInnerType() function
970 return this->getTypePtr()->getInnerType(); in getInnerType()
994 QualType getInnerType() const { in getInnerType() function
1045 QualType getInnerType() const { in getInnerType() function
1133 QualType getInnerType() const { in getInnerType() function
1681 QualType getInnerType() const { in getInnerType() function
1894 QualType getInnerType() const { in getInnerType() function
[all …]
H A DType.h1979 QualType getInnerType() const { return Inner; }
1982 QualType desugar() const { return getInnerType(); }
1985 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h985 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
H A DDataRecursiveASTVisitor.h920 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1062 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1063 printBefore(T->getInnerType(), OS); in printParenBefore()
1066 printBefore(T->getInnerType(), OS); in printParenBefore()
1069 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1071 printAfter(T->getInnerType(), OS); in printParenAfter()
1073 printAfter(T->getInnerType(), OS); in printParenAfter()
H A DType.cpp308 T = PT->getInnerType(); in IgnoreParens()
599 return Visit(T->getInnerType()); in VisitParenType()
H A DDeclPrinter.cpp430 Ty = PT->getInnerType(); in VisitFunctionDecl()
H A DASTImporter.cpp603 cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
604 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
1639 QualType ToInnerType = Importer.Import(T->getInnerType()); in VisitParenType()
H A DASTContext.cpp1694 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
2126 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
/minix/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3452 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4011 type = paren->getInnerType(); in hasDirectOwnershipQualifier()
4266 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
4329 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
H A DSemaDecl.cpp4728 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2008 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp400 Writer.AddTypeRef(T->getInnerType(), Record); in VisitParenType()