Searched refs:BeginLocInfo (Results 1 – 2 of 2) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6037 std::pair<FileID, unsigned> BeginLocInfo in getTokens() local 6043 if (BeginLocInfo.first != EndLocInfo.first) in getTokens() 6049 = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens() 6053 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 6055 Buffer.begin(), Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens() 6614 std::pair<FileID, unsigned> BeginLocInfo in annotatePreprocessorTokens() local 6619 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens() 6624 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens() 6628 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() 6630 Buffer.begin(), Buffer.data() + BeginLocInfo.second, in annotatePreprocessorTokens()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 6818 std::pair<FileID, unsigned> BeginLocInfo = in getTokens() local 6824 if (BeginLocInfo.first != EndLocInfo.first) in getTokens() 6829 StringRef Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens() 6833 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 6835 Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens() 7548 std::pair<FileID, unsigned> BeginLocInfo = in annotatePreprocessorTokens() local 7553 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens() 7558 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens() 7562 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() 7564 Buffer.data() + BeginLocInfo.second, Buffer.end()); in annotatePreprocessorTokens()
|