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

/external/clang/tools/libclang/
H A DCIndex.cpp4725 std::pair<FileID, unsigned> EndLocInfo local
4729 if (BeginLocInfo.first != EndLocInfo.first)
4745 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second;
5305 std::pair<FileID, unsigned> EndLocInfo local
5308 if (BeginLocInfo.first != EndLocInfo.first)

Completed in 78 milliseconds