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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
   56   lldb_private::CompilerDeclContext GetTranslationUnitDecl();

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  488       return FromCompilerDeclContext(GetTranslationUnitDecl());
  505   auto context = FromCompilerDeclContext(GetTranslationUnitDecl());
  546     return FromCompilerDeclContext(GetTranslationUnitDecl());
  567   auto context = FromCompilerDeclContext(GetTranslationUnitDecl());
  595       return FromCompilerDeclContext(GetTranslationUnitDecl());
  633   return FromCompilerDeclContext(GetTranslationUnitDecl());
  864   auto context = FromCompilerDeclContext(GetTranslationUnitDecl());