Home
last modified time | relevance | path

Searched refs:OF_NoReturnType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp408 if (!(Flags & OF_NoReturnType) && ReturnType) { in outputPre()
451 if (!(Flags & OF_NoReturnType) && ReturnType) in outputPost()
H A DMicrosoftDemangle.cpp2418 OF = OutputFlags(OF | OF_NoReturnType); in microsoftDemangle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h80 OF_NoReturnType = 16, enumerator