Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp550 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 DMicrosoftMangle.cpp317 unsigned StructorType; member in __anon3843b0920111::MicrosoftCXXNameMangler
342 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1), in MicrosoftCXXNameMangler()
349 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in MicrosoftCXXNameMangler()
356 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in MicrosoftCXXNameMangler()
1135 if (StructorType == Ctor_CopyingClosure) { in mangleUnqualifiedName()
1139 if (StructorType == Ctor_DefaultClosure) { in mangleUnqualifiedName()
1151 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
2567 IsCtorClosure = (StructorType == Ctor_CopyingClosure || in mangleFunctionType()
2568 StructorType == Ctor_DefaultClosure) && in mangleFunctionType()
2593 if (StructorType == Dtor_Deleting) { in mangleFunctionType()
[all …]
H A DItaniumMangle.cpp229 unsigned StructorType = 0; member in __anon7494c7930111::CXXNameMangler
409 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler()
413 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler()
418 StructorType(Outer.StructorType), SeqID(Outer.SeqID), in CXXNameMangler()
1624 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom); in mangleUnqualifiedName()
1643 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()