HomeSort by relevance Sort by last modified time
    Searched refs:Selectors (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/lib/AST/
NSAPI.cpp 48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
51 Sel = Ctx.Selectors.getUnarySelector(
55 Sel = Ctx.Selectors.getUnarySelector(
63 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
67 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
70 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
95 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
98 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
101 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
104 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"))
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 105 // Fill the Selectors SmallSet with all selectors we want to check.
109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
121 { // Initialize selectors for: UIViewController
122 const SelectorDescriptor Selectors[] = {
137 fillSelectors(Ctx, Selectors, "UIViewController");
140 { // Initialize selectors for: UIResponder
141 const SelectorDescriptor Selectors[] = {
144 fillSelectors(Ctx, Selectors, "UIResponder")
    [all...]
SelectorExtras.h 1 //=== SelectorExtras.h - Helpers for checkers using selectors -----*- C++ -*-=//
28 return Ctx.Selectors.getSelector(II.size(), &II[0]);
33 assert(First && "keyword selectors must have at least one argument");
CheckObjCDealloc.cpp 134 Selector S = Ctx.Selectors.getSelector(0, &II);
165 Selector RS = Ctx.Selectors.getSelector(0, &RII);
LocalizationChecker.cpp 121 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
124 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
126 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
530 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
534 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
537 Ctx.Selectors.getSelector(arguments, method_list)});
    [all...]
  /external/clang/lib/Analysis/
ObjCNoReturn.cpp 33 // Generate selectors.
40 C.Selectors.getSelector(II.size(), &II[0]);
45 C.Selectors.getSelector(II.size(), &II[0]);
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 40 SelectorTable &sels = Pass.Ctx.Selectors;
TransRetainReleaseDealloc.cpp 49 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate"));
51 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
TransEmptyStatementsAndDealloc.cpp 200 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
TransZeroOutPropsInDealloc.cpp 40 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
TransAutoreleasePool.cpp 75 DrainSel = pass.Ctx.Selectors.getNullarySelector(
Transforms.cpp 527 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 533 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
638 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II);
    [all...]
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 450 SelectorTable &Selectors;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 190 /// \brief This table contains all the selectors in the program.
197 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
199 SelectorTable Selectors;
692 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGObjCGNU.cpp 108 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
328 /// A map from selectors to selector types. This allows us to emit all
329 /// selectors of the same name and type together.
332 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 120 milliseconds

1 2