HomeSort by relevance Sort by last modified time
    Searched refs:Selectors (Results 1 - 25 of 35) 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...]
  /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...]
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 155 Selector S = Ctx.Selectors.getSelector(0, &II);
204 Selector RS = Ctx.Selectors.getSelector(0, &RII);
  /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 202 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 531 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 492 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search.js 25 * Selectors to match results.
28 cvox.Search.selectors = {};
31 * Selectors for web results.
44 * Selectors for image results.
322 for (var prop in cvox.Search.selectors) {
323 cvox.Search.addToResultsBySelector(cvox.Search.selectors[prop]);
376 for (var prop in cvox.Search.selectors) {
377 var selector = cvox.Search.selectors[prop];
423 cvox.Search.selectors = cvox.Search.webSelectors;
426 cvox.Search.selectors = cvox.Search.imageSelectors
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 179 /// \brief This table contains all the selectors in the program.
186 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
188 SelectorTable Selectors;
486 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 417 SelectorTable &Selectors;
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 844 original_selector = original_ctx->Selectors.getSelector(0, &ident);
851 original_selector = original_ctx->Selectors.getSelector(1, &ident);
868 original_selector = original_ctx->Selectors.getSelector(num_args, idents.data());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 758 SmallVector<Constant *, 32> Selectors;
766 Selectors.push_back(ConstantInt::get(Tyi1, Selector >> (BitWidth - 1)));
768 auto NewSelector = ConstantVector::get(Selectors);
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 365 clang::Selector sel = ast_ctx.Selectors.getSelector(is_zero_argument ? 0 : selector_components.size(), selector_components.data());
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGObjCGNU.cpp 113 /// 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...]
  /external/chromium_org/remoting/webapp/
host_table_entry.js 380 * because Chrome does not yet support the draft CSS Selectors 4 specification
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]

Completed in 283 milliseconds

1 2