Lines Matching defs:Next
1387 // The next time we actually see a preamble, precompile it.
1502 // Try again next time.
2102 CodeCompleteConsumer &Next;
2105 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next,
2107 : CodeCompleteConsumer(CodeCompleteOpts, Next.isOutputBinary()),
2108 AST(AST), Next(Next)
2140 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates);
2144 return Next.getAllocator();
2148 return Next.getCodeCompletionTUInfo();
2318 // results we were given to the next consumer.
2320 Next.ProcessCodeCompleteResults(S, Context, Results, NumResults);
2324 Next.ProcessCodeCompleteResults(S, Context, AllResults.data(),