Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h238 class ClangASTSourceProxy : public ClangExternalASTSourceCommon {
240 ClangASTSourceProxy(ClangASTSource &original) : m_original(original) {} in ClangASTSourceProxy() function
294 return new ClangASTSourceProxy(*this); in CreateProxy()