Searched refs:m_passthrough (Results 1 – 5 of 5) sorted by relevance
32 : 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 …]
37 : 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 …]
116 clang::ASTConsumer *m_passthrough; ///< The ASTConsumer down the chain, for variable
154 clang::ASTConsumer *m_passthrough; ///< The ASTConsumer down the chain, for variable
165 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