Home
last modified time | relevance | path

Searched refs:NumSelIdents (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h276 unsigned NumSelIdents; variable
281 NumSelIdents(0) { } in CodeCompletionContext()
286 unsigned NumSelIdents = 0) : Kind(Kind), in Kind()
288 NumSelIdents(NumSelIdents) { in Kind()
313 unsigned getNumSelIdents() const { return NumSelIdents; } in getNumSelIdents()
DSema.h6998 unsigned NumSelIdents,
7002 unsigned NumSelIdents,
7007 unsigned NumSelIdents,
7014 unsigned NumSelIdents);
7040 unsigned NumSelIdents);
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3223 unsigned NumSelIdents,
4692 unsigned NumSelIdents, in isAcceptableObjCSelector() argument
4694 if (NumSelIdents > Sel.getNumArgs()) in isAcceptableObjCSelector()
4703 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
4706 for (unsigned I = 0; I != NumSelIdents; ++I) in isAcceptableObjCSelector()
4716 unsigned NumSelIdents, in isAcceptableObjCMethod() argument
4719 NumSelIdents, AllowSameLength); in isAcceptableObjCMethod()
4752 unsigned NumSelIdents, in AddObjCMethods() argument
4766 if (!isAcceptableObjCMethod(*M, WantKind, SelIdents, NumSelIdents, in AddObjCMethods()
4774 R.StartParameter = NumSelIdents; in AddObjCMethods()
[all …]