Searched refs:typedef_decl (Results 1 – 3 of 3) sorted by relevance
950 TypedefDecl *typedef_decl = TypedefDecl::Create(*m_ast_context, in FindExternalVisibleDecls() local958 if (!typedef_decl) in FindExternalVisibleDecls()961 context.AddNamedDecl(typedef_decl); in FindExternalVisibleDecls()
1088 const TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeName() local1089 type_name = typedef_decl->getQualifiedNameAsString(printing_policy); in GetTypeName()6096 const TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in DumpTypeDescription() local6097 std::string clang_typedef_name (typedef_decl->getQualifiedNameAsString()); in DumpTypeDescription()
7846 clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in SearchDeclContext() local7847 results->push_back(typedef_decl); in SearchDeclContext()