Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp6059 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens() local
6103 } while (Lex.getBufferLocation() <= EffectiveBufferEnd); in getTokens()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6839 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens() local
6880 } while (Lex.getBufferLocation() < EffectiveBufferEnd); in getTokens()