Searched refs:CxxModuleHandler (Results 1 – 5 of 5) 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 ASTImporterDelegate307 CxxModuleHandler m_handler;316 // If the delegate doesn't have a CxxModuleHandler yet, create one in CxxModuleScope() 319 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope() 350 /// ASTContext. Used by the CxxModuleHandler to mark declarations that356 CxxModuleHandler *m_std_handler = nullptr;
24 CxxModuleHandler.cpp
66 "CxxModuleHandler.cpp",