Searched refs:m_passthrough_sema (Results 1 – 4 of 4) sorted by relevance
33 m_passthrough_sema(nullptr), m_sema(nullptr), m_function(function), in ASTStructExtractor()38 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTStructExtractor()174 if (m_passthrough_sema) in InitializeSema()175 m_passthrough_sema->InitializeSema(S); in InitializeSema()181 if (m_passthrough_sema) in ForgetSema()182 m_passthrough_sema->ForgetSema(); in ForgetSema()
39 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()44 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough); in ASTResultSynthesizer()516 if (m_passthrough_sema) in InitializeSema()517 m_passthrough_sema->InitializeSema(S); in InitializeSema()523 if (m_passthrough_sema) in ForgetSema()524 m_passthrough_sema->ForgetSema(); in ForgetSema()
119 clang::SemaConsumer *m_passthrough_sema; ///< The SemaConsumer down the chain, variable
157 clang::SemaConsumer *m_passthrough_sema; ///< The SemaConsumer down the chain, variable