Searched refs:getInnerType (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h354 /// QualType getInnerType() const
412 return getNextTypeLoc(asDerived()->getInnerType());
450 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
453 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
458 return getInnerTypeSize(asDerived()->getInnerType());
470 return getNextTypeAlign(asDerived()->getInnerType());
905 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
930 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } function in class:clang::BTFTagAttributedTypeLoc
1067 QualType getInnerType() const {
1139 QualType getInnerType() cons
[all...]
H A DType.h2877 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
2880 QualType desugar() const { return getInnerType(); }
2883 Profile(ID, getInnerType());
H A DRecursiveASTVisitor.h1107 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DType.cpp521 T = PT->getInnerType();
1114 QualType innerType = recurse(T->getInnerType());
1118 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr())
1926 return Visit(T->getInnerType());
H A DASTStructuralEquivalence.cpp1079 if (!IsStructurallyEquivalent(Context, cast<ParenType>(T1)->getInnerType(),
1080 cast<ParenType>(T2)->getInnerType()))
H A DODRHash.cpp1106 AddQualType(T->getInnerType());
H A DDeclPrinter.cpp769 Ty = PT->getInnerType();
H A DASTContext.cpp2313 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr());
3157 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI));
9625 Ty = Paren->getInnerType();
H A DASTImporter.cpp1365 ExpectedType ToInnerTypeOrErr = import(T->getInnerType());
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp428 return getFragmentsForType(PT->getInnerType(), Context, After)
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2829 return Visit(T->getInnerType());
H A DSemaType.cpp7261 T = cast<ParenType>(Ty)->getInnerType();
7337 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I);
H A DSemaDecl.cpp6601 QualType Inner = PTy->getInnerType();
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7288 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3471 T = cast<ParenType>(T)->getInnerType();

Completed in 556 milliseconds