Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp363 REGISTER_MATCHER(typedefType); in RegistryMaps()
/external/clang/lib/AST/
DType.cpp3690 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local
3691 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
3695 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local
3696 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1043 hasType(typedefType(hasDeclaration(decl())))))); in TEST()
4421 hasType(typedefType())))); in TEST()
4485 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4132 AST_TYPE_MATCHER(TypedefType, typedefType);
/external/clang/lib/Sema/
DSemaType.cpp5557 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local
5558 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()