Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPCaching.cpp106 CachedTokensTy::iterator AnnotBegin = CachedTokens.begin() + i-1; in AnnotatePreviousCachedTokens() local
107 if (AnnotBegin->getLocation() == Tok.getLocation()) { in AnnotatePreviousCachedTokens()
112 CachedTokens.erase(AnnotBegin + 1, CachedTokens.begin() + CachedLexPos); in AnnotatePreviousCachedTokens()
113 *AnnotBegin = Tok; in AnnotatePreviousCachedTokens()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp989 MCSymbol *AnnotBegin = MMI->getContext().createTempSymbol(), in emitDebugInfoForFunction() local
992 OS.emitAbsoluteSymbolDiff(AnnotEnd, AnnotBegin, 2); in emitDebugInfoForFunction()
993 OS.EmitLabel(AnnotBegin); in emitDebugInfoForFunction()