Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp285 REGISTER_MATCHER(typedefType); in RegistryMaps()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDType.cpp2358 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local
2359 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
/trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h3164 AST_TYPE_MATCHER(TypedefType, typedefType);