Home
last modified time | relevance | path

Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6870 std::pair<FileID, unsigned> BeginLocInfo = in getTokens() local
6876 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() local
7605 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()