Searched refs:StructorType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Mangle.cpp | 550 std::string getMangledStructor(const NamedDecl *ND, unsigned StructorType) { in getMangledStructor() argument 556 GD = GlobalDecl(CD, static_cast<CXXCtorType>(StructorType)); in getMangledStructor() 558 GD = GlobalDecl(DD, static_cast<CXXDtorType>(StructorType)); in getMangledStructor()
|
| H A D | MicrosoftMangle.cpp | 316 unsigned StructorType; member in __anon14c0cd2b0111::MicrosoftCXXNameMangler 341 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1), in MicrosoftCXXNameMangler() 1131 if (StructorType == Ctor_CopyingClosure) { in mangleUnqualifiedName() 1135 if (StructorType == Ctor_DefaultClosure) { in mangleUnqualifiedName() 2560 IsCtorClosure = (StructorType == Ctor_CopyingClosure || in mangleFunctionType() 2561 StructorType == Ctor_DefaultClosure) && in mangleFunctionType() 2586 if (StructorType == Dtor_Deleting) { in mangleFunctionType() 2591 if (StructorType == Dtor_Complete) { in mangleFunctionType() 2601 if (StructorType == Ctor_DefaultClosure) { in mangleFunctionType() 2604 } else if (StructorType == Ctor_CopyingClosure) { in mangleFunctionType() [all …]
|
| H A D | ItaniumMangle.cpp | 228 unsigned StructorType = 0; member in __anon59bfe9ec0111::CXXNameMangler 408 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler() 412 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler() 417 StructorType(Outer.StructorType), SeqID(Outer.SeqID), in CXXNameMangler() 1626 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom); in mangleUnqualifiedName() 1645 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
|