reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 5573   Results.EnterNewScope();
 5593     CodeCompletionBuilder Builder(Results.getAllocator(),
 5594                                   Results.getCodeCompletionTUInfo());
 5607     CodeCompletionBuilder Builder(Results.getAllocator(),
 5608                                   Results.getCodeCompletionTUInfo());
 5619       return Results.AddResult(CCR);
 5621     return Results.AddResult(CodeCompletionResult(
 5629                                 FD ? Results.getAllocator().CopyString(
 5639       Results.AddResult(CCR);
 5644         Results.getAllocator().CopyString(Base.getType().getAsString(Policy));
 5652         Results.getAllocator().CopyString(FD->getIdentifier()->getName());
 5704   Results.ExitScope();
 5706   HandleCodeCompleteResults(this, CodeCompleter, Results.getCompletionContext(),
 5707                             Results.data(), Results.size());
 5707                             Results.data(), Results.size());