Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp100 void demangleImplPath(IsInType InType);
276 bool Demangler::demanglePath(IsInType InType, LeaveGenericsOpen LeaveOpen) { in demanglePath() argument
291 demangleImplPath(InType); in demanglePath()
298 demangleImplPath(InType); in demanglePath()
320 demanglePath(InType); in demanglePath()
351 demanglePath(InType); in demanglePath()
353 if (InType == IsInType::No) in demanglePath()
369 demangleBackref([&] { IsOpen = demanglePath(InType, LeaveOpen); }); in demanglePath()
382 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath() argument
385 demanglePath(InType); in demangleImplPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp188 enum ParserState { Start = 0, InType, InPos } state = Start; in ObjCRuntimeMethodType() enumerator
204 state = InType; in ObjCRuntimeMethodType()
224 case InType: { in ObjCRuntimeMethodType()
276 state = InType; in ObjCRuntimeMethodType()