Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftCXXABI.cpp31 class MicrosoftNumberingContext : public MangleNumberingContext { class
38 MicrosoftNumberingContext() in MicrosoftNumberingContext() function in __anonb53680560111::MicrosoftNumberingContext
68 class MSHIPNumberingContext : public MicrosoftNumberingContext {
72 using MicrosoftNumberingContext::getManglingNumber;
85 MicrosoftNumberingContext::getManglingNumber(TD, MSLocalManglingNumber); in getManglingNumber()
96 class MSSYCLNumberingContext : public MicrosoftNumberingContext {
202 return std::make_unique<MicrosoftNumberingContext>(); in createMangleNumberingContext()