Lines Matching full:selector
62 /// (class name, selector, is_instance_method) tuples to information
70 /// The Objective-C selector data block, which maps Objective-C
71 /// selector names (# of pieces, identifier IDs) to the selector ID
182 llvm::BCBlob // map from ObjC (class names, selector,
212 // Objective-C selector ID.
269 /// A stored Objective-C selector.
356 getHashValue(const clang::api_notes::StoredObjCSelector &Selector) {
357 auto hash = llvm::hash_value(Selector.NumArgs);
358 hash = hash_combine(hash, Selector.Identifiers.size());
359 for (auto piece : Selector.Identifiers)