Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp6039 std::pair<FileID, unsigned> EndLocInfo in getTokens() local
6043 if (BeginLocInfo.first != EndLocInfo.first) in getTokens()
6059 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens()
6616 std::pair<FileID, unsigned> EndLocInfo in annotatePreprocessorTokens() local
6619 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6820 std::pair<FileID, unsigned> EndLocInfo = in getTokens() local
6824 if (BeginLocInfo.first != EndLocInfo.first) in getTokens()
6839 const char *EffectiveBufferEnd = Buffer.data() + EndLocInfo.second; in getTokens()
7550 std::pair<FileID, unsigned> EndLocInfo = in annotatePreprocessorTokens() local
7553 if (BeginLocInfo.first != EndLocInfo.first) in annotatePreprocessorTokens()