Searched refs:BeginLocInfo (Results 1 – 1 of 1) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5409 std::pair<FileID, unsigned> BeginLocInfo in getTokens() local 5415 if (BeginLocInfo.first != EndLocInfo.first) in getTokens() 5421 = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in getTokens() 5425 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 5427 Buffer.begin(), Buffer.data() + BeginLocInfo.second, Buffer.end()); in getTokens() 5999 std::pair<FileID, unsigned> BeginLocInfo in annotatePreprocessorTokens() local 6004 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens() 6009 Buffer = SourceMgr.getBufferData(BeginLocInfo.first, &Invalid); in annotatePreprocessorTokens() 6013 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() 6015 Buffer.begin(), Buffer.data() + BeginLocInfo.second, in annotatePreprocessorTokens()
|