Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6872 std::pair<FileID, unsigned> EndLocInfo = in getTokens() local
6876 if (BeginLocInfo.first != EndLocInfo.first) in getTokens()
6891 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens()
7602 std::pair<FileID, unsigned> EndLocInfo = in annotatePreprocessorTokens() local
7605 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens()