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

1 2

  /external/clang/lib/AST/
NSAPI.cpp 43 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
46 Sel = Ctx.Selectors.getUnarySelector(
54 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
58 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
86 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
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"));
102 Sel = Ctx.Selectors.getSelector(2, KeyIdents)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 107 // Fill the Selectors SmallSet with all selectors we want to check.
111 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
116 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
123 { // Initialize selectors for: UIViewController
124 const SelectorDescriptor Selectors[] = {
139 fillSelectors(Ctx, Selectors, "UIViewController");
142 { // Initialize selectors for: UIResponder
143 const SelectorDescriptor Selectors[] = {
146 fillSelectors(Ctx, Selectors, "UIResponder")
    [all...]
CheckObjCDealloc.cpp 157 Selector S = Ctx.Selectors.getSelector(0, &II);
208 Selector RS = Ctx.Selectors.getSelector(0, &RII);
RetainCountChecker.cpp 597 /// ObjCClassMethodSummaries - A map from selectors (for instance methods)
601 /// ObjCMethodSummaries - A map from selectors to summaries.
698 return Ctx.Selectors.getSelector(II.size(), &II[0]);
    [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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /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 205 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 529 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 468 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
    [all...]
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 406 SelectorTable &Selectors;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 176 /// Selectors - This table contains all the selectors in the program. Unlike
181 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
183 SelectorTable Selectors;
442 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGObjCGNU.cpp 112 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
321 /// A map from selectors to selector types. This allows us to emit all
322 /// selectors of the same name and type together.
325 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/chromium_org/remoting/webapp/
host_table_entry.js 364 * because Chrome does not yet support the draft CSS Selectors 4 specification

Completed in 756 milliseconds

1 2