Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp615 const TypedefType* typedefType = in CreateEdgeFromOriginalType() local
617 std::string typeName = typedefType->getDecl()->getNameAsString(); in CreateEdgeFromOriginalType()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp403 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/
DASTMatchersTraversalTest.cpp233 hasType(typedefType(hasDeclaration(decl())))))); in TEST()
1808 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
DASTMatchersNodeTest.cpp1322 hasType(typedefType())))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4759 AST_TYPE_MATCHER(TypedefType, typedefType);
/external/clang/lib/Sema/
DSemaType.cpp5867 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local
5868 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()