Home
last modified time | relevance | path

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

/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()
/llvm-project/libcxxabi/src/demangle/
H A DUtility.h170 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h335 size_t BeforeComma = OB.getCurrentPosition(); in printWithComma()
338 size_t AfterComma = OB.getCurrentPosition(); in printWithComma()
343 if (AfterComma == OB.getCurrentPosition()) {
1495 size_t StreamPos = OB.getCurrentPosition(); in printLeft()
2641 auto StartPos = OB.getCurrentPosition(); in ~ScopedTemplateParamList()
/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h170 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h335 size_t BeforeComma = OB.getCurrentPosition(); in printWithComma()
338 size_t AfterComma = OB.getCurrentPosition(); in printWithComma()
343 if (AfterComma == OB.getCurrentPosition()) {
1495 size_t StreamPos = OB.getCurrentPosition(); in printLeft()
2641 auto StartPos = OB.getCurrentPosition(); in params()
/llvm-project/libcxxabi/src/
H A Dcxa_demangle.cpp400 *N = O.getCurrentPosition(); in __cxa_demangle()