Searched refs:NextIdx (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 94 auto NextIdx = NameTable.size(); in addName() local 95 NameTable.insert(std::make_pair(FName, NextIdx)); in addName()
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 241 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr); in SkipBlock() local 245 bool isEndif = NextIdx == 0; in SkipBlock()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6223 unsigned &NextIdx, unsigned NumTokens) { in lexNext() argument 6224 if (NextIdx >= NumTokens) in lexNext() 6227 ++NextIdx; in lexNext() 6264 unsigned NextIdx = 0; in annotatePreprocessorTokens() local 6269 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens() 6271 unsigned TokIdx = NextIdx-1; in annotatePreprocessorTokens() 6284 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens() 6289 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens() 6303 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens() 6316 Cursors[NextIdx - 1] = in annotatePreprocessorTokens() [all …]
|