Home
last modified time | relevance | path

Searched refs:InType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DRustDemangle.cpp100 void demangleImplPath(IsInType InType);
247 bool Demangler::demanglePath(IsInType InType, LeaveGenericsOpen LeaveOpen) { in demanglePath() argument
261 demangleImplPath(InType); in demanglePath()
268 demangleImplPath(InType); in demanglePath()
290 demanglePath(InType); in demanglePath()
321 demanglePath(InType); in demanglePath()
323 if (InType == IsInType::No) in demanglePath()
339 demangleBackref([&] { IsOpen = demanglePath(InType, LeaveOpen); }); in demanglePath()
352 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath() argument
355 demanglePath(InType); in demangleImplPath()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp186 enum ParserState { Start = 0, InType, InPos } state = Start; in ObjCRuntimeMethodType() enumerator
202 state = InType; in ObjCRuntimeMethodType()
222 case InType: { in ObjCRuntimeMethodType()
274 state = InType; in ObjCRuntimeMethodType()