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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 8358       if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
 8363         unsigned NumSelIdents = SelIdents.size();
 8382       R.StartParameter = SelIdents.size();
 8391   if (!AtParameterName && !SelIdents.empty() &&
 8392       SelIdents.front()->getName().startswith("init")) {