Searched refs:CxxModuleHandler (Results 1 – 4 of 4) sorted by relevance
33 class CxxModuleHandler {50 CxxModuleHandler() = default;51 CxxModuleHandler(clang::ASTImporter &importer, clang::ASTContext *target);
21 CxxModuleHandler::CxxModuleHandler(ASTImporter &importer, ASTContext *target) in CxxModuleHandler() function in CxxModuleHandler184 std::optional<Decl *> CxxModuleHandler::tryInstantiateStdTemplate(Decl *d) { in tryInstantiateStdTemplate()292 std::optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import()
30 #include "Plugins/ExpressionParser/Clang/CxxModuleHandler.h"281 /// CxxModuleHandler to replace any missing or malformed declarations with302 /// Scope guard that attaches a CxxModuleHandler to an ASTImporterDelegate in ~CxxModuleScope() 307 CxxModuleHandler m_handler; in ~CxxModuleScope() 316 // If the delegate doesn't have a CxxModuleHandler yet, create one319 m_handler = CxxModuleHandler(delegate, dst_ctx); in SetImportListener() 350 /// ASTContext. Used by the CxxModuleHandler to mark declarations that356 CxxModuleHandler *m_std_handler = nullptr;
385 SRCS+= Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp