Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DErrorManager.cs48 StackFrame location = GetLastNonErrorManagerCodeLocation(e); in InternalError()
56 StackFrame location = GetLastNonErrorManagerCodeLocation(new Exception()); in InternalError()
67 private static StackFrame GetLastNonErrorManagerCodeLocation(Exception e) in GetLastNonErrorManagerCodeLocation() method in Antlr.Runtime.Misc.ErrorManager