Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp333 REGISTER_MATCHER(typedefType); in RegistryMaps()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp3533 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local
3534 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
3538 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local
3539 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h3758 AST_TYPE_MATCHER(TypedefType, typedefType);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp5480 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local
5481 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()