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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  144   bool CompleteObjCInterfaceDecl(clang::ObjCInterfaceDecl *interface_decl);

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  463   m_ast_importer_sp->CompleteObjCInterfaceDecl(interface_decl);
tools/lldb/source/Symbol/ClangASTImporter.cpp
  613       CompleteObjCInterfaceDecl(interface_decl);
  787       return CompleteObjCInterfaceDecl(objc_interface_decl);