Searched refs:StructorType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 554 std::string getMangledStructor(const NamedDecl *ND, unsigned StructorType) { in getMangledStructor() argument 560 GD = GlobalDecl(CD, static_cast<CXXCtorType>(StructorType)); in getMangledStructor() 562 GD = GlobalDecl(DD, static_cast<CXXDtorType>(StructorType)); in getMangledStructor()
|
| H A D | MicrosoftMangle.cpp | 317 unsigned StructorType; member in __anon2a0933b10111::MicrosoftCXXNameMangler 343 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1), in MicrosoftCXXNameMangler() 1193 if (StructorType == Ctor_CopyingClosure) { in mangleUnqualifiedName() 1197 if (StructorType == Ctor_DefaultClosure) { in mangleUnqualifiedName() 2691 IsCtorClosure = (StructorType == Ctor_CopyingClosure || in mangleFunctionType() 2692 StructorType == Ctor_DefaultClosure) && in mangleFunctionType() 2717 if (StructorType == Dtor_Deleting) { in mangleFunctionType() 2722 if (StructorType == Dtor_Complete) { in mangleFunctionType() 2732 if (StructorType == Ctor_DefaultClosure) { in mangleFunctionType() 2735 } else if (StructorType == Ctor_CopyingClosure) { in mangleFunctionType() [all …]
|
| H A D | ItaniumMangle.cpp | 236 unsigned StructorType = 0; member in __anonf690f6f20111::CXXNameMangler 424 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler() 428 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler() 437 StructorType(Outer.StructorType), SeqID(Outer.SeqID), in CXXNameMangler() 1691 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom); in mangleUnqualifiedName() 1710 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
|