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

/external/clang/lib/AST/
H A DItaniumMangle.cpp205 const NamedDecl *Structor; member in class:__anon17737::CXXNameMangler
257 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
265 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
269 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
1188 if (ND == Structor)
1199 if (ND == Structor)
H A DMicrosoftMangle.cpp191 const NamedDecl *Structor; member in class:__anon17740::MicrosoftCXXNameMangler
210 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
216 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
762 if (ND == Structor) {
770 if (ND == Structor)
1561 if (isa<CXXDestructorDecl>(D) && D == Structor &&
/external/clang/lib/CodeGen/
H A DCodeGenModule.h259 struct Structor { struct in class:clang::CodeGen::CodeGenModule
260 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {} function in struct:clang::CodeGen::CodeGenModule::Structor
261 Structor(int Priority, llvm::Constant *Initializer, function in struct:clang::CodeGen::CodeGenModule::Structor
270 typedef std::vector<Structor> CtorList;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1345 struct Structor { struct in namespace:__anon25721
1346 Structor() : Priority(0), Func(nullptr), ComdatKey(nullptr) {} function in struct:__anon25721::Structor
1373 SmallVector<Structor, 8> Structors;
1381 Structors.push_back(Structor());
1382 Structor &S = Structors.back();
1393 [](const Structor &L,
1394 const Structor &R) { return L.Priority < R.Priority; });
1395 for (Structor &S : Structors) {

Completed in 524 milliseconds