Searched refs:BeginLocInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp4723 std::pair<FileID, unsigned> BeginLocInfo local
4729 if (BeginLocInfo.first != EndLocInfo.first)
4735 = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid);
4739 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
4741 Buffer.begin(), Buffer.data() + BeginLocInfo.second, Buffer.end());
5303 std::pair<FileID, unsigned> BeginLocInfo local
5308 if (BeginLocInfo.first != EndLocInfo.first)
5313 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid);
5317 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
5319 Buffer.begin(), Buffer.data() + BeginLocInfo
[all...]

Completed in 59 milliseconds