OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getunaryselector
(Results
1 - 12
of
12
) sorted by null
/external/clang/lib/AST/
NSAPI.cpp
43
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("stringWithString"));
46
Sel = Ctx.Selectors.
getUnarySelector
(
58
Sel= Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("stringWithCString"));
61
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("initWithString"));
89
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("arrayWithArray"));
92
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("arrayWithObject"));
95
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("arrayWithObjects"));
106
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("initWithArray"));
109
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("initWithObjects"));
112
Sel = Ctx.Selectors.
getUnarySelector
(&Ctx.Idents.get("objectAtIndex"))
[
all
...]
/external/clang/lib/ARCMigrate/
TransAPIUses.cpp
42
getReturnValueSel = sels.
getUnarySelector
(&ids.get("getReturnValue"));
43
setReturnValueSel = sels.
getUnarySelector
(&ids.get("setReturnValue"));
/external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
709
arrayWithObjectsS =
GetUnarySelector
("arrayWithObjects", Ctx);
711
GetUnarySelector
("dictionaryWithObjectsAndKeys", Ctx);
712
setWithObjectsS =
GetUnarySelector
("setWithObjects", Ctx);
713
orderedSetWithObjectsS =
GetUnarySelector
("orderedSetWithObjects", Ctx);
715
initWithObjectsS =
GetUnarySelector
("initWithObjects", Ctx);
716
initWithObjectsAndKeysS =
GetUnarySelector
("initWithObjectsAndKeys", Ctx);
[
all
...]
RetainCountChecker.cpp
681
:
GetUnarySelector
(name, Ctx);
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
[
all
...]
SemaExprObjC.cpp
468
Selector stringWithUTF8String = Context.Selectors.
getUnarySelector
(II);
[
all
...]
SemaDeclObjC.cpp
[
all
...]
/external/clang/lib/Basic/
IdentifierTable.cpp
513
return SelTable.
getUnarySelector
(SetterName);
/external/clang/lib/CodeGen/
CGObjCMac.cpp
[
all
...]
/external/clang/include/clang/Basic/
IdentifierTable.h
733
Selector
getUnarySelector
(IdentifierInfo *ID) {
/external/clang/include/clang/AST/
ASTContext.h
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
420
return SelTable.
getUnarySelector
(FirstII);
[
all
...]
Completed in 1700 milliseconds