Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.cpp1004 m_result_synthesizer_up = std::make_unique<ASTResultSynthesizer>( in ASTTransformer()
1007 return m_result_synthesizer_up.get(); in ASTTransformer()
1011 if (m_result_synthesizer_up) { in CommitPersistentDecls()
1012 m_result_synthesizer_up->CommitPersistentDecls(); in CommitPersistentDecls()
DClangUserExpression.h92 std::unique_ptr<ASTResultSynthesizer> m_result_synthesizer_up; variable