Searched defs:Out_ (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 413 : Context(C), Out(Out_), NullOut(NullOut_), Structor(getStructor(D)), in CXXNameMangler() argument 421 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler() argument 425 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler() argument 430 : Context(C), Out(Out_), NormalizeIntegers(NormalizeIntegers_), in CXXNameMangler() argument 434 CXXNameMangler(CXXNameMangler & Outer,raw_ostream & Out_) CXXNameMangler() argument 441 CXXNameMangler(CXXNameMangler & Outer,llvm::raw_null_ostream & Out_) CXXNameMangler() argument [all...] |
H A D | MicrosoftMangle.cpp | 344 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl & C,raw_ostream & Out_) MicrosoftCXXNameMangler() argument 350 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl & C,raw_ostream & Out_,const CXXConstructorDecl * D,CXXCtorType Type) MicrosoftCXXNameMangler() argument 357 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl & C,raw_ostream & Out_,const CXXDestructorDecl * D,CXXDtorType Type) MicrosoftCXXNameMangler() argument
|