Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7101 std::pair<FileID, unsigned> EndLocInfo = in getTokens() local
7105 if (BeginLocInfo.first != EndLocInfo.first) in getTokens()
7120 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens()
7831 std::pair<FileID, unsigned> EndLocInfo = in annotatePreprocessorTokens() local
7834 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens()