Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp101 void demangleImplPath(IsInType InType);
241 bool Demangler::demanglePath(IsInType InType, LeaveGenericsOpen LeaveOpen) { in demanglePath() argument
255 demangleImplPath(InType); in demanglePath()
262 demangleImplPath(InType); in demanglePath()
284 demanglePath(InType); in demanglePath()
315 demanglePath(InType); in demanglePath()
317 if (InType == IsInType::No) in demanglePath()
333 demangleBackref([&] { IsOpen = demanglePath(InType, LeaveOpen); }); in demanglePath()
346 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath() argument
349 demanglePath(InType); in demangleImplPath()
/freebsd/contrib/llvm-project/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()