Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp5170 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens() local
5214 } while (Lex.getBufferLocation() <= EffectiveBufferEnd); in getTokens()