Home
last modified time | relevance | path

Searched refs:innerType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td592 def : Property<"innerType", QualType> {
597 return ctx.getParenType(innerType);
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp398 REGISTER_MATCHER(innerType); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1114 QualType innerType = recurse(T->getInnerType()); in VisitParenType() local
1115 if (innerType.isNull()) in VisitParenType()
1118 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1121 return Ctx.getParenType(innerType); in VisitParenType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7288 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,