Home
last modified time | relevance | path

Searched refs:getCurrentPosition (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Demangle/
H A DDLangDemangle.cpp508 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
515 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
525 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
535 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
545 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
586 if (Demangled.getCurrentPosition() > 0) { in dlangDemangle()
588 Demangled.setCurrentPosition(Demangled.getCurrentPosition() - 1); in dlangDemangle()
H A DItaniumDemangle.cpp420 *N = OB.getCurrentPosition(); in printNode()
493 *N = OB.getCurrentPosition(); in getFunctionDeclContextName()
517 *N = OB.getCurrentPosition(); in getFunctionParameters()
534 *N = OB.getCurrentPosition(); in getFunctionReturnType()
H A DRustDemangle.cpp1064 char *End = Buffer + Output.getCurrentPosition(); in removeNullBytes()
1106 size_t OutputSize = Output.getCurrentPosition(); in decodePunycode()
1182 size_t NumPoints = (Output.getCurrentPosition() - OutputSize) / 4 + 1; in decodePunycode()
H A DMicrosoftDemangleNodes.cpp69 size_t Pos1 = OB.getCurrentPosition(); in outputQualifiers()
73 size_t Pos2 = OB.getCurrentPosition(); in outputQualifiers()
/src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h170 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h324 size_t BeforeComma = OB.getCurrentPosition(); in printWithComma()
327 size_t AfterComma = OB.getCurrentPosition(); in printWithComma()
332 if (AfterComma == OB.getCurrentPosition()) { in printWithComma()
1473 size_t StreamPos = OB.getCurrentPosition(); in printLeft()