Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance
6870 std::pair<FileID, unsigned> BeginLocInfo = in getTokens() local6876 if (BeginLocInfo.first != EndLocInfo.first) in getTokens()6881 StringRef Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens()6885 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens()6887 Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens()7600 std::pair<FileID, unsigned> BeginLocInfo = in annotatePreprocessorTokens() local7605 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens()7610 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens()7614 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens()7616 Buffer.data() + BeginLocInfo.second, Buffer.end()); in annotatePreprocessorTokens()