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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  182   static clang::DeclContext *GetTranslationUnitDecl(clang::ASTContext *ast);

References

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  185     return GetTranslationUnitDecl(getASTContext());
tools/lldb/source/Symbol/ClangASTContext.cpp
 1906         (clang::TranslationUnitDecl *)GetTranslationUnitDecl(getASTContext());