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.td639 def : Property<"innerType", QualType> {
644 return ctx.getParenType(innerType);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp398 REGISTER_MATCHER(innerType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1168 QualType innerType = recurse(T->getInnerType()); in VisitParenType() local
1169 if (innerType.isNull()) in VisitParenType()
1172 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1175 return Ctx.getParenType(innerType); in VisitParenType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7318 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,