Lines Matching full:selector
1 //===--- SelectorLocationsKind.cpp - Kind of selector locations -*- C++ -*-===//
9 // Describes whether the identifier locations for a selector are "standard"
20 Selector Sel, in getStandardSelLoc()
38 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc()
69 SelectorLocationsKind hasStandardSelLocs(Selector Sel, in hasStandardSelLocs()
73 // Are selector locations in standard position with no space between args ? in hasStandardSelLocs()
83 // Are selector locations in standard position with space between args ? in hasStandardSelLocs()
96 clang::hasStandardSelectorLocs(Selector Sel, in hasStandardSelectorLocs()
104 Selector Sel, in getStandardSelectorLoc()
113 clang::hasStandardSelectorLocs(Selector Sel, in hasStandardSelectorLocs()
121 Selector Sel, in getStandardSelectorLoc()