reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   74         target_ast_context->GetTypeForIdentifier<clang::CXXRecordDecl>(
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  409     CompilerType clang_type = m_ast.GetTypeForIdentifier<clang::CXXRecordDecl>(
  482     CompilerType ast_enum = m_ast.GetTypeForIdentifier<clang::EnumDecl>(
  555         m_ast.GetTypeForIdentifier<clang::TypedefNameDecl>(ConstString(name),
tools/lldb/source/Symbol/ClangASTContext.cpp
 2195       (type = GetTypeForIdentifier<clang::CXXRecordDecl>(type_name))
 2219   if ((type = GetTypeForIdentifier<clang::CXXRecordDecl>(type_name)).IsValid())