OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NSAPI
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
NSAPI.cpp
1
//===---
NSAPI
.cpp - NSFoundation APIs ------------------------------------===//
10
#include "clang/AST/
NSAPI
.h"
16
NSAPI
::
NSAPI
(ASTContext &ctx)
21
IdentifierInfo *
NSAPI
::getNSClassId(NSClassIdKindKind K) const {
38
Selector
NSAPI
::getNSStringSelector(NSStringMethodKind MK) const {
70
Optional<
NSAPI
::NSStringMethodKind>
71
NSAPI
::getNSStringMethodKind(Selector Sel) const {
81
Selector
NSAPI
::getNSArraySelector(NSArrayMethodKind MK) const {
129
Optional<
NSAPI
::NSArrayMethodKind> NSAPI::getNSArrayMethodKind(Selector Sel)
[
all
...]
/external/clang/include/clang/AST/
NSAPI.h
1
//===---
NSAPI
.h - NSFoundation APIs ----------------------------*- C++ -*-===//
23
class
NSAPI
{
25
explicit
NSAPI
(ASTContext &Ctx);
Completed in 23 milliseconds