Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp950 TypedefDecl *typedef_decl = TypedefDecl::Create(*m_ast_context, in FindExternalVisibleDecls() local
958 if (!typedef_decl) in FindExternalVisibleDecls()
961 context.AddNamedDecl(typedef_decl); in FindExternalVisibleDecls()
/external/lldb/source/Symbol/
DClangASTType.cpp1088 const TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeName() local
1089 type_name = typedef_decl->getQualifiedNameAsString(printing_policy); in GetTypeName()
6096 const TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in DumpTypeDescription() local
6097 std::string clang_typedef_name (typedef_decl->getQualifiedNameAsString()); in DumpTypeDescription()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7846 clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in SearchDeclContext() local
7847 results->push_back(typedef_decl); in SearchDeclContext()