Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp331 REGISTER_MATCHER(innerType); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp948 QualType innerType = recurse(T->getInnerType()); in VisitParenType() local
949 if (innerType.isNull()) in VisitParenType()
952 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
955 return Ctx.getParenType(innerType); in VisitParenType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5437 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,