OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSStringMethodKind
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
NSAPI.h
44
enum
NSStringMethodKind
{
57
Selector getNSStringSelector(
NSStringMethodKind
MK) const;
59
/// \brief Return
NSStringMethodKind
if \param Sel is such a selector.
60
Optional<
NSStringMethodKind
> getNSStringMethodKind(Selector Sel) const;
/external/clang/lib/AST/
NSAPI.cpp
43
Selector NSAPI::getNSStringSelector(
NSStringMethodKind
MK) const {
79
Optional<NSAPI::
NSStringMethodKind
>
82
NSStringMethodKind
MK =
NSStringMethodKind
(i);
Completed in 315 milliseconds