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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  507   DeclContextGetClangASTContext(const CompilerDeclContext &dc);

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1960       ClangASTContext::DeclContextGetClangASTContext(namespace_decl);
tools/lldb/source/Symbol/ClangASTContext.cpp
10280   clang::ASTContext *ast = DeclContextGetClangASTContext(dc);