Home
last modified time | relevance | path

Searched refs:m_passthrough (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTStructExtractor.cpp32 : m_ast_context(nullptr), m_passthrough(passthrough), in ASTStructExtractor()
35 if (!m_passthrough) in ASTStructExtractor()
46 if (m_passthrough) in Initialize()
47 m_passthrough->Initialize(Context); in Initialize()
141 if (m_passthrough) in HandleTopLevelDecl()
142 return m_passthrough->HandleTopLevelDecl(D); in HandleTopLevelDecl()
147 if (m_passthrough) in HandleTranslationUnit()
148 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
152 if (m_passthrough) in HandleTagDeclDefinition()
153 m_passthrough->HandleTagDeclDefinition(D); in HandleTagDeclDefinition()
[all …]
DASTResultSynthesizer.cpp37 : m_ast_context(nullptr), m_passthrough(passthrough), in ASTResultSynthesizer()
40 if (!m_passthrough) in ASTResultSynthesizer()
51 if (m_passthrough) in Initialize()
52 m_passthrough->Initialize(Context); in Initialize()
109 if (m_passthrough) in HandleTopLevelDecl()
110 return m_passthrough->HandleTopLevelDecl(D); in HandleTopLevelDecl()
387 if (m_passthrough) in HandleTranslationUnit()
388 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
477 if (m_passthrough) in HandleTagDeclDefinition()
478 m_passthrough->HandleTagDeclDefinition(D); in HandleTagDeclDefinition()
[all …]
DASTStructExtractor.h116 clang::ASTConsumer *m_passthrough; ///< The ASTConsumer down the chain, for variable
DASTResultSynthesizer.h154 clang::ASTConsumer *m_passthrough; ///< The ASTConsumer down the chain, for variable
DClangExpressionParser.cpp165 m_passthrough = in ClangDiagnosticManagerAdapter()
208 m_passthrough->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
268 m_passthrough->BeginSourceFile(LO, PP); in BeginSourceFile()
271 void EndSourceFile() override { m_passthrough->EndSourceFile(); } in EndSourceFile()
275 std::shared_ptr<clang::TextDiagnosticPrinter> m_passthrough; member in ClangDiagnosticManagerAdapter