/external/clang/lib/AST/ |
D | NSAPI.cpp | 43 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector() 46 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector() 54 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSStringSelector() 58 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector() 61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector() 86 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector() 89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector() 92 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject")); in getNSArraySelector() 95 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects")); in getNSArraySelector() 102 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSArraySelector() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 116 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors() 124 const SelectorDescriptor Selectors[] = { in initializeSelectors() local 139 fillSelectors(Ctx, Selectors, "UIViewController"); in initializeSelectors() 143 const SelectorDescriptor Selectors[] = { in initializeSelectors() local 146 fillSelectors(Ctx, Selectors, "UIResponder"); in initializeSelectors() 150 const SelectorDescriptor Selectors[] = { in initializeSelectors() local 154 fillSelectors(Ctx, Selectors, "NSResponder"); in initializeSelectors() 158 const SelectorDescriptor Selectors[] = { in initializeSelectors() local 162 fillSelectors(Ctx, Selectors, "NSDocument"); in initializeSelectors()
|
D | CheckObjCDealloc.cpp | 157 Selector S = Ctx.Selectors.getSelector(0, &II); in checkObjCDealloc() 208 Selector RS = Ctx.Selectors.getSelector(0, &RII); in checkObjCDealloc()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 2509 var selector = expression[i], elements = Selectors.Utils.search(this, selector, local); 2522 var tagid = Selectors.Utils.parseTagAndID(selector); 2524 if (!Selectors.Filters.byID(this, id) || !Selectors.Filters.byTag(this, tag)) return false; 2525 var parsed = Selectors.Utils.parseSelector(selector); 2526 return (parsed) ? Selectors.Utils.filter(this, parsed, {}) : true; 2531 var Selectors = {Cache: {nth: {}, parsed: {}}}; variable 2533 Selectors.RegExps = { 2541 Selectors.Utils = { 2551 if (Selectors.Cache.nth[argument]) return Selectors.Cache.nth[argument]; 2576 return Selectors.Cache.nth[argument] = parsed; [all …]
|
D | concat-jquery-mootools-prototype.js | 6885 var selector = expression[i], elements = Selectors.Utils.search(this, selector, local); 6898 var tagid = Selectors.Utils.parseTagAndID(selector); 6900 if (!Selectors.Filters.byID(this, id) || !Selectors.Filters.byTag(this, tag)) return false; 6901 var parsed = Selectors.Utils.parseSelector(selector); 6902 return (parsed) ? Selectors.Utils.filter(this, parsed, {}) : true; 6907 var Selectors = {Cache: {nth: {}, parsed: {}}}; variable 6909 Selectors.RegExps = { 6917 Selectors.Utils = { 6927 if (Selectors.Cache.nth[argument]) return Selectors.Cache.nth[argument]; 6952 return Selectors.Cache.nth[argument] = parsed; [all …]
|
/external/clang/lib/Analysis/ |
D | ObjCNoReturn.cpp | 40 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn() 45 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4829 VisitedSelectorSet &Selectors, in AddObjCMethods() argument 4850 if (!Selectors.insert(M->getSelector())) in AddObjCMethods() 4871 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods() 4884 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods() 4894 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods() 4904 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods() 4910 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods() 4917 SelIdents, NumSelIdents, CurContext, Selectors, in AddObjCMethods() 4923 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods() 4946 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local [all …]
|
D | SemaPseudoObject.cpp | 1009 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in CheckKeyForObjCARCConversion() 1055 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter() 1063 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter() 1169 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter() 1177 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
|
D | SemaExprObjC.cpp | 468 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr() 2515 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()
|
D | SemaStmt.cpp | 1517 Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]); in CheckObjCForCollectionOperand()
|
D | SemaDeclObjC.cpp | 1586 Selector fISelector = Context.Selectors.getSelector(1, &II); in CheckProtocolMethodDefs()
|
/external/clang/lib/ARCMigrate/ |
D | TransAPIUses.cpp | 40 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
|
D | TransRetainReleaseDealloc.cpp | 49 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate")); in RetainReleaseDeallocRemover() 51 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in RetainReleaseDeallocRemover()
|
D | TransZeroOutPropsInDealloc.cpp | 40 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in ZeroOutInDeallocRemover()
|
D | TransEmptyStatementsAndDealloc.cpp | 205 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in cleanupDeallocOrFinalize()
|
D | TransAutoreleasePool.cpp | 75 DrainSel = pass.Ctx.Selectors.getNullarySelector( in AutoreleasePoolRewriter()
|
D | Transforms.cpp | 529 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in GCRewriteFinalize()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFEDisplacementMapElement.idl | 33 // Channel Selectors
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | rwhvm_editcommand_helper.mm | 184 // Dynamically adds Selectors to the aformentioned class.
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 183 SelectorTable Selectors; variable 439 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 381 SelectorTable &Selectors; variable 2270 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector() 2276 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1422 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]); in EmitObjCForCollectionStmt() 2229 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush() 2239 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush() 2251 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop() 3003 getContext().Selectors.getNullarySelector(CopyID); in EmitBlockCopyAndAutorelease() 3006 getContext().Selectors.getNullarySelector(AutoreleaseID); in EmitBlockCopyAndAutorelease()
|
D | CGObjCGNU.cpp | 2425 std::vector<llvm::Constant*> Selectors; in ModuleInitFunction() local 2443 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction() 2450 unsigned SelectorCount = Selectors.size(); in ModuleInitFunction() 2457 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction() 2462 llvm::Constant *SelectorList = MakeGlobalArray(SelStructTy, Selectors, in ModuleInitFunction()
|
D | CodeGenModule.cpp | 2651 Selector cxxSelector = getContext().Selectors.getSelector(0, &II); in EmitObjCIvarInitializations() 2669 Selector cxxSelector = getContext().Selectors.getSelector(0, &II); in EmitObjCIvarInitializations()
|
D | CGObjCMac.cpp | 1423 return CGM.getContext().Selectors.getSelector(0, &II); in GetNullarySelector() 1428 return CGM.getContext().Selectors.getSelector(1, &II); in GetUnarySelector() 4903 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID)); in GetMethodVarName() 5622 CGM.getContext().Selectors.getSelector(3, KeyIdents)); in isVTableDispatchedSelector()
|