Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp384 REGISTER_MATCHER(typedefType); in RegistryMaps()
/external/clang/lib/AST/
DType.cpp2350 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local
2351 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp870 hasType(typedefType(hasDeclaration(decl())))))); in TEST()
3766 hasType(typedefType())))); in TEST()
3830 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3248 AST_TYPE_MATCHER(TypedefType, typedefType);