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
40
enum
NSStringMethodKind
{
52
Selector getNSStringSelector(
NSStringMethodKind
MK) const;
54
/// \brief Return
NSStringMethodKind
if \param Sel is such a selector.
55
Optional<
NSStringMethodKind
> getNSStringMethodKind(Selector Sel) const;
/external/clang/lib/AST/
NSAPI.cpp
38
Selector NSAPI::getNSStringSelector(
NSStringMethodKind
MK) const {
70
Optional<NSAPI::
NSStringMethodKind
>
73
NSStringMethodKind
MK =
NSStringMethodKind
(i);
Completed in 23 milliseconds