Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6037 std::pair<FileID, unsigned> BeginLocInfo in getTokens() local 6043 if (BeginLocInfo.first != EndLocInfo.first) in getTokens() 6049 = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens() 6053 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 6055 Buffer.begin(), Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens() 6614 std::pair<FileID, unsigned> BeginLocInfo in annotatePreprocessorTokens() local 6619 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens() 6624 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens() 6628 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() 6630 Buffer.begin(), Buffer.data() + BeginLocInfo.second, in annotatePreprocessorTokens()
|