Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5148 std::pair<FileID, unsigned> BeginLocInfo in getTokens() local 5154 if (BeginLocInfo.first != EndLocInfo.first) in getTokens() 5160 = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens() 5164 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 5166 Buffer.begin(), Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens() 5738 std::pair<FileID, unsigned> BeginLocInfo in annotatePreprocessorTokens() local 5743 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens() 5748 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens() 5752 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() 5754 Buffer.begin(), Buffer.data() + BeginLocInfo.second, in annotatePreprocessorTokens()
|