Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7099 std::pair<FileID, unsigned> BeginLocInfo = in getTokens() local
7105 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() local
7834 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()