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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 6138   case MK_Any:
 6214       R.AllParametersAreInformative = (WantKind != MK_Any);
 6764     AddObjCMethods(CDecl, false, MK_Any, SelIdents, SemaRef.CurContext,
 6788         if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
 6913         AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, CurContext,
 6922       AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors,
 6929     AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents,
 6934       AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors,
 6960         if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
 7035     if (!isAcceptableObjCSelector(Sel, MK_Any, SelIdents))
 8358       if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))