Searched defs:Structor (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DItaniumMangle.cpp219 const NamedDecl *Structor; member in class:__anon1179::CXXNameMangler
271 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
279 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
283 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
1046 if (ND == Structor)
1057 if (ND == Structor)
H A DMicrosoftMangle.cpp218 const NamedDecl *Structor; member in class:__anon1182::MicrosoftCXXNameMangler
237 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
243 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
249 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
817 if (Structor == getStructor(ND)) {
831 if (ND == Structor)
1760 getStructor(MD) == Structor;
1781 if (isa<CXXDestructorDecl>(D) && D == Structor &&
/external/clang/lib/CodeGen/
H A DCodeGenModule.h246 struct Structor { struct in class:clang::CodeGen::CodeGenModule
247 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {} function in struct:clang::CodeGen::CodeGenModule::Structor
248 Structor(int Priority, llvm::Constant *Initializer, function in struct:clang::CodeGen::CodeGenModule::Structor
257 typedef std::vector<Structor> CtorList;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1544 struct Structor { struct in namespace:__anon12180
1545 Structor() : Priority(0), Func(nullptr), ComdatKey(nullptr) {} function in struct:__anon12180::Structor
1573 SmallVector<Structor, 8> Structors;
1581 Structors.push_back(Structor());
1582 Structor &S = Structors.back();
1592 [](const Structor &L,
1593 const Structor &R) { return L.Priority < R.Priority; });
1594 for (Structor &S : Structors) {

Completed in 132 milliseconds