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

/external/clang/lib/AST/
H A DItaniumMangle.cpp175 const NamedDecl *Structor; member in class:__anon3070::CXXNameMangler
227 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
235 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
239 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
1154 if (ND == Structor)
1165 if (ND == Structor)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1288 typedef std::pair<unsigned, Constant*> Structor; typedef
1290 static bool priority_order(const Structor& lhs, const Structor& rhs) {
1310 SmallVector<Structor, 8> Structors;

Completed in 76 milliseconds