Searched refs:AnnotBegin (Results 1 – 2 of 2) sorted by relevance
106 CachedTokensTy::iterator AnnotBegin = CachedTokens.begin() + i-1; in AnnotatePreviousCachedTokens() local107 if (AnnotBegin->getLocation() == Tok.getLocation()) { in AnnotatePreviousCachedTokens()112 CachedTokens.erase(AnnotBegin + 1, CachedTokens.begin() + CachedLexPos); in AnnotatePreviousCachedTokens()113 *AnnotBegin = Tok; in AnnotatePreviousCachedTokens()
989 MCSymbol *AnnotBegin = MMI->getContext().createTempSymbol(), in emitDebugInfoForFunction() local992 OS.emitAbsoluteSymbolDiff(AnnotEnd, AnnotBegin, 2); in emitDebugInfoForFunction()993 OS.EmitLabel(AnnotBegin); in emitDebugInfoForFunction()