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

References

tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   73     compiler_type =
   77     if (!compiler_type) {
   78       compiler_type = target_ast_context->CreateRecordType(
   82       if (compiler_type) {
   83         ClangASTContext::StartTagDeclarationDefinition(compiler_type);
   87             compiler_type, "key", id_compiler_type, lldb::eAccessPublic, 0);
   89             compiler_type, "value", id_compiler_type, lldb::eAccessPublic, 0);
   90         ClangASTContext::CompleteTagDeclarationDefinition(compiler_type);
   94   return compiler_type;