Home
last modified time | relevance | path

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

12

/external/clang/lib/Index/
DProgramImpl.h35 SelectorTable Selectors; variable
45 SelectorTable &getSelectors() { return Selectors; } in getSelectors()
DGlobalSelector.cpp36 return AST.Selectors.getSelector(GlobSel.getNumArgs(), Ids.data()); in getSelector()
/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.cpp4340 VisitedSelectorSet &Selectors, in AddObjCMethods() argument
4355 if (!Selectors.insert((*M)->getSelector())) in AddObjCMethods()
4375 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods()
4388 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods()
4394 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4404 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4410 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4417 SelIdents, NumSelIdents, CurContext, Selectors, in AddObjCMethods()
4423 NumSelIdents, CurContext, Selectors, AllowSameLength, in AddObjCMethods()
4447 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
[all …]
DSemaStmt.cpp1022 Selector CSelector = Context.Selectors.getSelector(3, &KeyIdents[0]); in ActOnObjCForCollectionStmt()
DSemaDeclObjC.cpp1390 Selector fISelector = Context.Selectors.getSelector(1, &II); in CheckProtocolMethodDefs()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp156 Selector S = Ctx.Selectors.getSelector(0, &II); in checkObjCDealloc()
202 Selector RS = Ctx.Selectors.getSelector(0, &RII); in checkObjCDealloc()
/external/clang/lib/ARCMigrate/
DTransAPIUses.cpp42 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
DTransRetainReleaseDealloc.cpp46 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate")); in RetainReleaseDeallocRemover()
DTransAutoreleasePool.cpp75 DrainSel = pass.Ctx.Selectors.getNullarySelector( in AutoreleasePoolRewriter()
/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.h129 SelectorTable Selectors; variable
312 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/external/clang/include/clang/AST/
DASTContext.h328 SelectorTable &Selectors; variable
1665 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector()
1671 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper.mm184 // Dynamically adds Selectors to the aformentioned class.
/external/clang/lib/CodeGen/
DCGObjC.cpp963 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]); in EmitObjCForCollectionStmt()
1753 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
1763 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
1775 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop()
DCGObjCGNU.cpp2083 std::vector<llvm::Constant*> Selectors; in ModuleInitFunction() local
2101 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2108 unsigned SelectorCount = Selectors.size(); in ModuleInitFunction()
2115 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2120 llvm::Constant *SelectorList = MakeGlobalArray(SelStructTy, Selectors, in ModuleInitFunction()
DCodeGenModule.cpp2020 Selector cxxSelector = getContext().Selectors.getSelector(0, &II); in EmitObjCIvarInitializations()
2036 Selector cxxSelector = getContext().Selectors.getSelector(0, &II); in EmitObjCIvarInitializations()
DCGObjCMac.cpp1217 return CGM.getContext().Selectors.getSelector(0, &II); in GetNullarySelector()
1222 return CGM.getContext().Selectors.getSelector(1, &II); in GetUnarySelector()
3973 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID)); in GetMethodVarName()
4724 CGM.getContext().Selectors.getSelector(3, KeyIdents)); in isVTableDispatchedSelector()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp58 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector()
2122 Ctx.Selectors.getSelector(II.size(), &II[0]); in VisitObjCMessage()
2127 Ctx.Selectors.getSelector(II.size(), &II[0]); in VisitObjCMessage()
DCFRefCount.cpp756 return Ctx.Selectors.getSelector(II.size(), &II[0]); in generateSelector()
/external/clang/lib/AST/
DASTImporter.cpp4394 return ToContext.Selectors.getSelector(FromSel.getNumArgs(), Idents.data()); in Import()
/external/clang/lib/Serialization/
DASTReader.cpp521 SelectorTable &SelTable = Reader.getContext()->Selectors; in ReadKey()
/external/clang/tools/libclang/
DCIndex.cpp5374 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()

12