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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTStructExtractor.cpp33 m_passthrough (passthrough),
40 if (!m_passthrough)
55 if (m_passthrough)
56 m_passthrough->Initialize(Context);
162 if (m_passthrough)
163 return m_passthrough->HandleTopLevelDecl(D);
170 if (m_passthrough)
171 m_passthrough->HandleTranslationUnit(Ctx);
177 if (m_passthrough)
178 m_passthrough
[all...]
H A DASTResultSynthesizer.cpp36 m_passthrough (passthrough),
41 if (!m_passthrough)
56 if (m_passthrough)
57 m_passthrough->Initialize(Context);
124 if (m_passthrough)
125 return m_passthrough->HandleTopLevelDecl(D);
424 if (m_passthrough)
425 m_passthrough->HandleTranslationUnit(Ctx);
471 if (m_passthrough)
472 m_passthrough
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DASTStructExtractor.h145 clang::ASTConsumer *m_passthrough; ///< The ASTConsumer down the chain, for passthrough. NULL if it's a SemaConsumer. member in class:lldb_private::ASTStructExtractor
H A DASTResultSynthesizer.h176 clang::ASTConsumer *m_passthrough; ///< The ASTConsumer down the chain, for passthrough. NULL if it's a SemaConsumer. member in class:lldb_private::ASTResultSynthesizer

Completed in 171 milliseconds