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

/external/clang/lib/AST/
H A DItaniumMangle.cpp255 CXXNameMangler(ItaniumMangleContextImpl &C, raw_ostream &Out_, argument
257 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
263 CXXNameMangler(ItaniumMangleContextImpl &C, raw_ostream &Out_, argument
265 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
267 CXXNameMangler(ItaniumMangleContextImpl &C, raw_ostream &Out_, argument
269 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
H A DMicrosoftMangle.cpp209 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_) argument
210 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
214 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_, argument
216 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),

Completed in 86 milliseconds