HomeSort by relevance Sort by last modified time
    Searched refs:m_passthrough_sema (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Expression/
ASTStructExtractor.cpp 34 m_passthrough_sema (NULL),
43 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough);
208 if (m_passthrough_sema)
209 m_passthrough_sema->InitializeSema(S);
218 if (m_passthrough_sema)
219 m_passthrough_sema->ForgetSema();
ASTResultSynthesizer.cpp 37 m_passthrough_sema (NULL),
44 m_passthrough_sema = dyn_cast<SemaConsumer>(passthrough);
501 if (m_passthrough_sema)
502 m_passthrough_sema->InitializeSema(S);
510 if (m_passthrough_sema)
511 m_passthrough_sema->ForgetSema();
  /external/lldb/include/lldb/Expression/
ASTStructExtractor.h 146 clang::SemaConsumer *m_passthrough_sema; ///< The SemaConsumer down the chain, for passthrough. NULL if it's an ASTConsumer. member in class:lldb_private::ASTStructExtractor
ASTResultSynthesizer.h 177 clang::SemaConsumer *m_passthrough_sema; ///< The SemaConsumer down the chain, for passthrough. NULL if it's an ASTConsumer. member in class:lldb_private::ASTResultSynthesizer

Completed in 53 milliseconds