Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5664 std::pair<FileID, unsigned> BeginLocInfo in getTokens() local 5670 if (BeginLocInfo.first != EndLocInfo.first) in getTokens() 5676 = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens() 5680 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 5682 Buffer.begin(), Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens() 6244 std::pair<FileID, unsigned> BeginLocInfo in annotatePreprocessorTokens() local 6249 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens() 6254 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens() 6258 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() 6260 Buffer.begin(), Buffer.data() + BeginLocInfo.second, in annotatePreprocessorTokens()
|