Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp452 Name = static_cast<const ModuleEntity *>(Name)->Name; in getFunctionBaseName()
493 Name = static_cast<const ModuleEntity *>(Name)->Name; in getFunctionDeclContextName()
598 N = static_cast<const ModuleEntity *>(N)->Name; in isCtorOrDtor()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumNodes.def41 NODE(ModuleEntity)
H A DItaniumDemangle.h1011 struct ModuleEntity : Node { struct
1015 ModuleEntity(ModuleName *Module_, Node *Name_) in ModuleEntity() function
2799 Result = make<ModuleEntity>(Module, Result); in parseUnqualifiedName()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumNodes.def41 NODE(ModuleEntity)
H A DItaniumDemangle.h1011 struct ModuleEntity : Node { struct
1015 ModuleEntity(ModuleName *Module_, Node *Name_) in ModuleEntity() argument
2799 Result = make<ModuleEntity>(Module, Result); in parseUnqualifiedName()