Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6891 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens() local
6932 } while (Lex.getBufferLocation() < EffectiveBufferEnd); in getTokens()