Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td631 def : Property<"innerType", QualType> {
636 return ctx.getParenType(innerType);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp401 REGISTER_MATCHER(innerType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1218 QualType innerType = recurse(T->getInnerType()); in VisitParenType() local
1219 if (innerType.isNull()) in VisitParenType()
1222 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1225 return Ctx.getParenType(innerType); in VisitParenType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7365 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,