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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  178   static clang::DeclContext *GetDeclContextForType(const CompilerType &type);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  720     LinkDeclContextToDIE(ClangASTContext::GetDeclContextForType(clang_type),
 1559   LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die);
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  995       m_ast.GetDeclContextForType(type->GetForwardCompilerType());