Home | History | Annotate | Download | only in AST

Lines Matching refs:Selector

1 //===--- SelectorLocationsKind.cpp - Kind of selector locations -*- C++ -*-===//
10 // Describes whether the identifier locations for a selector are "standard"
21 Selector Sel,
39 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1;
70 SelectorLocationsKind hasStandardSelLocs(Selector Sel,
74 // Are selector locations in standard position with no space between args ?
84 // Are selector locations in standard position with space between args ?
97 clang::hasStandardSelectorLocs(Selector Sel,
105 Selector Sel,
114 clang::hasStandardSelectorLocs(Selector Sel,
122 Selector Sel,