Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7120 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens() local
7161 } while (Lex.getBufferLocation() < EffectiveBufferEnd); in getTokens()