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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
   81   clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);

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());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  890   clang::DeclContext *context = m_ast->FromCompilerDeclContext(decl_ctx);