Lines Matching full:extract
38 /// Extract and demangle the mangled symbol and append it to the output
50 /// Extract and demangle a given mangled symbol and append it to the output
60 /// Extract the number from a given string.
62 /// \param Mangled string to extract the number.
70 /// Extract the back reference position from a given string.
72 /// \param Mangled string to extract the back reference position.
83 /// Extract the symbol pointed by the back reference form a given string.
85 /// \param Mangled string to extract the back reference position.
93 /// Extract and demangle backreferenced symbol from a given mangled symbol
103 /// Extract and demangle backreferenced type from a given mangled symbol
114 /// \param Mangled string to extract the symbol name.
121 /// Extract and demangle an identifier from a given mangled symbol append it
130 /// Extract and demangle the plain identifier from a given mangled symbol and
142 /// Extract and demangle the qualified symbol from a given mangled symbol
151 /// Extract and demangle a type from a given mangled symbol append it to
170 // Clear Mangled if trying to extract something that isn't a digit. in decodeNumber()
205 // Return nullptr if trying to extract something that isn't a digit in decodeBackrefPos()