Home | History | Annotate | Download | only in Sema

Lines Matching refs:Which

41   // each one, e.g. @"foo" "bar" @"baz" "qux"   which need to be turned into one
348 int Which = isa<CharacterLiteral>(OrigElement) ? 1
354 << Which << OrigElement->getSourceRange()
915 // which is an array type.
1842 /// receiver of this message. This may be NULL, in which case we are
1854 /// \param Sel The selector to which the message is being sent.
1895 // Find the class to which we are sending this message.
1903 assert(Class && "We don't know which class we're messaging?");
2012 /// receive this message. This may be empty, in which case we are
2024 /// \param Sel The selector to which the message is being sent.
2103 // We allow sending a message to a qualified Class ("Class<foo>"), which
2157 // We allow sending a message to a qualified ID ("id<foo>"), which is ok as
2170 // Try to complete the type. Under ARC, this is a hard error from which
2401 // In ARC, check for message sends which are likely to introduce
2515 /// A checker which white-lists certain expressions whose conversion
2652 // Recognize this specific builtin function, which is used by CFSTR.
2900 // that cannot happen in a cast; i.e. auto, and those which
3061 // expressions, which prevents the vast majority of potential