Searched refs:m_passthrough_sema (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp33 m_passthrough_sema(nullptr), m_sema(nullptr), m_function(function),
38 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough);
174 if (m_passthrough_sema)
175 m_passthrough_sema->InitializeSema(S);
181 if (m_passthrough_sema)
182 m_passthrough_sema->ForgetSema();
H A DASTResultSynthesizer.h150 clang::SemaConsumer *m_passthrough_sema; ///< The SemaConsumer down the chain, member in class:lldb_private::ASTResultSynthesizer
H A DASTStructExtractor.h120 clang::SemaConsumer *m_passthrough_sema; ///< The SemaConsumer down the chain, member in class:lldb_private::ASTStructExtractor
H A DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr),
43 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough);
509 if (m_passthrough_sema)
510 m_passthrough_sema->InitializeSema(S);
516 if (m_passthrough_sema)
517 m_passthrough_sema->ForgetSema();

Completed in 170 milliseconds