Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance
7136 std::pair<FileID, unsigned> BeginLocInfo = in getTokens() local7142 if (BeginLocInfo.first != EndLocInfo.first) in getTokens()7147 StringRef Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens()7151 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens()7153 Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens()7866 std::pair<FileID, unsigned> BeginLocInfo = in annotatePreprocessorTokens() local7871 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens()7876 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens()7880 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens()7882 Buffer.data() + BeginLocInfo.second, Buffer.end()); in annotatePreprocessorTokens()