Home
last modified time | relevance | path

Searched refs:DeclContextGetClangASTContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h537 DeclContextGetClangASTContext(const CompilerDeclContext &dc);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1933 ClangASTContext::DeclContextGetClangASTContext(namespace_decl); in AddNamespace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp10300 clang::ASTContext *ast = DeclContextGetClangASTContext(dc); in DeclContextGetMetaData()
10307 ClangASTContext::DeclContextGetClangASTContext(const CompilerDeclContext &dc) { in DeclContextGetClangASTContext() function in ClangASTContext