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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
   79   CompilerDeclContext ToCompilerDeclContext(clang::DeclContext &context);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  211   return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl());
  885                                               ToCompilerDeclContext(*scope));
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1524   return m_ast->ToCompilerDeclContext(*context);
 1530   return m_ast->ToCompilerDeclContext(*context);