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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 6509   while ((Class = Class->getSuperClass()) && !SuperMethod) {
 6511     SuperMethod = Class->getMethod(CurMethod->getSelector(),
 6515     if (!SuperMethod) {
 6517         if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
 6524   if (!SuperMethod)
 6528   if (CurMethod->param_size() != SuperMethod->param_size() ||
 6529       CurMethod->isVariadic() != SuperMethod->isVariadic())
 6534                                       SuperP = SuperMethod->param_begin();
 6551   AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod,
 6591   Results.AddResult(CodeCompletionResult(Builder.TakeString(), SuperMethod,
 6593   return SuperMethod;