Searched defs:EndLocInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp5150 std::pair<FileID, unsigned> EndLocInfo local
5154 if (BeginLocInfo.first != EndLocInfo.first)
5170 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second;
5740 std::pair<FileID, unsigned> EndLocInfo
5743 if (BeginLocInfo.first != EndLocInfo.first)

Completed in 263 milliseconds