Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance
7099 std::pair<FileID, unsigned> BeginLocInfo = in getTokens() local7105 if (BeginLocInfo.first != EndLocInfo.first) in getTokens()7110 StringRef Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens()7114 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens()7116 Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens()7829 std::pair<FileID, unsigned> BeginLocInfo = in annotatePreprocessorTokens() local7834 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens()7839 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens()7843 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens()7845 Buffer.data() + BeginLocInfo.second, Buffer.end()); in annotatePreprocessorTokens()