Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp92 auto NextIdx = NameTable.size(); in addName() local
93 NameTable.insert(std::make_pair(FName, NextIdx)); in addName()
/external/clang/lib/Lex/
DPTHLexer.cpp241 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr); in SkipBlock() local
245 bool isEndif = NextIdx == 0; in SkipBlock()
/external/clang/tools/libclang/
DCIndex.cpp6596 unsigned &NextIdx, unsigned NumTokens) { in lexNext() argument
6597 if (NextIdx >= NumTokens) in lexNext()
6600 ++NextIdx; in lexNext()
6634 unsigned NextIdx = 0; in annotatePreprocessorTokens() local
6639 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6641 unsigned TokIdx = NextIdx-1; in annotatePreprocessorTokens()
6654 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6659 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6673 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens()
6686 Cursors[NextIdx - 1] = in annotatePreprocessorTokens()
[all …]