Searched refs:ContextSplit (Results 1 – 2 of 2) sorted by relevance
341 auto ContextSplit = CallerContext.rsplit(" @ "); in getCallerContext() local342 StringRef CallerFrameStr = ContextSplit.second.size() == 0 in getCallerContext()343 ? ContextSplit.first in getCallerContext()344 : ContextSplit.second; in getCallerContext()
472 auto ContextSplit = SampleContext::splitContextString(ContextRemain); in getOrCreateContextPath() local473 ChildContext = ContextSplit.first; in getOrCreateContextPath()474 ContextRemain = ContextSplit.second; in getOrCreateContextPath()