Home
last modified time | relevance | path

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

/aoo41x/main/autodoc/source/parser/cpp/
H A Dsrecover.hxx47 …void Reset() { bIsWithinRecovery = false; nBlockBracketsCounter = 0… in Reset()
59 bool bIsWithinRecovery; member
73 : bIsWithinRecovery(false), in S_RecoveryGuard()
87 bIsWithinRecovery = true; in StartWaitingFor_Recovery()
95 if ( bIsWithinRecovery ) in Hdl_SwBracketOpen()
103 if ( bIsWithinRecovery ) in Hdl_SwBracketClose()
111 if (bIsWithinRecovery AND nBlockBracketsCounter == 0) in Hdl_Semicolon()
112 bIsWithinRecovery = false; in Hdl_Semicolon()
119 return bIsWithinRecovery; in IsWithinRecovery()

Completed in 5 milliseconds