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

/external/clang/tools/libclang/
H A DCIndex.cpp5148 std::pair<FileID, unsigned> BeginLocInfo local
5154 if (BeginLocInfo.first != EndLocInfo.first)
5160 = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid);
5164 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
5166 Buffer.begin(), Buffer.data() + BeginLocInfo.second, Buffer.end());
5738 std::pair<FileID, unsigned> BeginLocInfo
5743 if (BeginLocInfo.first != EndLocInfo.first)
5748 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid);
5752 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
5754 Buffer.begin(), Buffer.data() + BeginLocInfo
[all...]

Completed in 53 milliseconds