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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  165   ClangASTMetadata *GetDeclMetadata(const clang::Decl *decl);

References

tools/lldb/source/Symbol/ClangASTImporter.cpp
  125       ClangASTMetadata *metadata = GetDeclMetadata(decl);
 1050   ClangASTMetadata *metadata = m_master.GetDeclMetadata(from);