Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp7136 std::pair<FileID, unsigned> BeginLocInfo = in getTokens() local
7142 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() local
7871 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()