Home
last modified time | relevance | path

Searched refs:Selectors (Results 1 – 25 of 35) sorted by relevance

12

/external/clang/lib/AST/
DNSAPI.cpp43 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/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2509 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 …]
Dconcat-jquery-mootools-prototype.js6885 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/Sema/
DSemaCodeComplete.cpp4754 VisitedSelectorSet &Selectors, in AddObjCMethods() argument
4770 if (!Selectors.insert(M->getSelector())) in AddObjCMethods()
4791 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4805 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods()
4811 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4821 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4827 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4834 SelIdents, NumSelIdents, CurContext, Selectors, in AddObjCMethods()
4840 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4863 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
[all …]
DSemaPseudoObject.cpp968 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in CheckKeyForObjCARCConversion()
1014 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1022 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1128 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
1136 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
DSemaStmt.cpp1484 Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]); in CheckObjCForCollectionOperand()
DSemaExprObjC.cpp468 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp223 Ctx.Selectors.getSelector(II.size(), &II[0]); in VisitObjCMessage()
228 Ctx.Selectors.getSelector(II.size(), &II[0]); in VisitObjCMessage()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp156 Selector S = Ctx.Selectors.getSelector(0, &II); in checkObjCDealloc()
207 Selector RS = Ctx.Selectors.getSelector(0, &RII); in checkObjCDealloc()
DRetainCountChecker.cpp709 return Ctx.Selectors.getSelector(II.size(), &II[0]); in generateSelector()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp48 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate")); in RetainReleaseDeallocRemover()
50 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in RetainReleaseDeallocRemover()
DTransAPIUses.cpp40 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
DTransZeroOutPropsInDealloc.cpp40 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in ZeroOutInDeallocRemover()
DTransEmptyStatementsAndDealloc.cpp205 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in cleanupDeallocOrFinalize()
DTransAutoreleasePool.cpp75 DrainSel = pass.Ctx.Selectors.getNullarySelector( in AutoreleasePoolRewriter()
DTransforms.cpp519 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in GCRewriteFinalize()
/external/webkit/Source/WebCore/svg/
DSVGFEDisplacementMapElement.idl33 // Channel Selectors
/external/icu4c/data/unidata/
DBlocks.txt175 FE00..FE0F; Variation Selectors
236 E0100..E01EF; Variation Selectors Supplement
/external/clang/include/clang/Lex/
DPreprocessor.h151 SelectorTable Selectors; variable
396 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper.mm184 // Dynamically adds Selectors to the aformentioned class.
/external/clang/include/clang/AST/
DASTContext.h390 SelectorTable &Selectors; variable
2091 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector()
2097 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
/external/clang/lib/CodeGen/
DCGObjC.cpp1412 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]); in EmitObjCForCollectionStmt()
2199 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2209 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2221 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop()
2982 getContext().Selectors.getNullarySelector(CopyID); in EmitBlockCopyAndAutorelease()
2985 getContext().Selectors.getNullarySelector(AutoreleaseID); in EmitBlockCopyAndAutorelease()
DCGObjCGNU.cpp2290 std::vector<llvm::Constant*> Selectors; in ModuleInitFunction() local
2308 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2315 unsigned SelectorCount = Selectors.size(); in ModuleInitFunction()
2322 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2327 llvm::Constant *SelectorList = MakeGlobalArray(SelStructTy, Selectors, in ModuleInitFunction()
DCodeGenModule.cpp2471 Selector cxxSelector = getContext().Selectors.getSelector(0, &II); in EmitObjCIvarInitializations()
2489 Selector cxxSelector = getContext().Selectors.getSelector(0, &II); in EmitObjCIvarInitializations()
DCGObjCMac.cpp1320 return CGM.getContext().Selectors.getSelector(0, &II); in GetNullarySelector()
1325 return CGM.getContext().Selectors.getSelector(1, &II); in GetUnarySelector()
4218 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID)); in GetMethodVarName()
4937 CGM.getContext().Selectors.getSelector(3, KeyIdents)); in isVTableDispatchedSelector()

12