Searched refs:Selectors (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
H A DNSAPI.cpp41 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
44 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
58 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
64 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
67 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"));
74 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
78 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray"));
81 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithObjects"));
84 Sel = Ctx.Selectors
[all...]
H A DASTImporter.cpp4624 return ToContext.Selectors.getSelector(FromSel.getNumArgs(), Idents.data());
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2496 Script: Selectors.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: {}}};
2533 Selectors.RegExps = {
2541 Selectors
[all...]
/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors;
H A DTransRetainReleaseDealloc.cpp47 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate"));
49 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
H A DTransEmptyStatementsAndDealloc.cpp204 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
H A DTransZeroOutPropsInDealloc.cpp39 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
H A DTransAutoreleasePool.cpp74 DrainSel = pass.Ctx.Selectors.getNullarySelector(
H A DTransforms.cpp468 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp156 Selector S = Ctx.Selectors.getSelector(0, &II);
207 Selector RS = Ctx.Selectors.getSelector(0, &RII);
H A DRetainCountChecker.cpp693 return Ctx.Selectors.getSelector(II.size(), &II[0]);
1146 // Summary creation for Selectors.
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp202 Ctx.Selectors.getSelector(II.size(), &II[0]);
207 Ctx.Selectors.getSelector(II.size(), &II[0]);
H A DExprEngine.cpp62 return Ctx.Selectors.getSelector(0, &II);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4692 VisitedSelectorSet &Selectors,
4707 if (!Selectors.insert((*M)->getSelector()))
4728 NumSelIdents, CurContext, Selectors, AllowSameLength,
4742 CurContext, Selectors, AllowSameLength, Results, false);
4748 NumSelIdents, CurContext, Selectors, AllowSameLength,
4758 NumSelIdents, CurContext, Selectors, AllowSameLength,
4764 NumSelIdents, CurContext, Selectors, AllowSameLength,
4771 SelIdents, NumSelIdents, CurContext, Selectors,
4777 NumSelIdents, CurContext, Selectors, AllowSameLength,
4802 VisitedSelectorSet Selectors; local
4686 AddObjCMethods(ObjCContainerDecl *Container, bool WantInstanceMethods, ObjCMethodKind WantKind, IdentifierInfo **SelIdents, unsigned NumSelIdents, DeclContext *CurContext, VisitedSelectorSet &Selectors, bool AllowSameLength, ResultBuilder &Results, bool InOriginalClass = true) argument
4832 VisitedSelectorSet Selectors; local
5275 VisitedSelectorSet Selectors; local
5414 VisitedSelectorSet Selectors; local
6082 SelectorTable &Selectors = Context.Selectors; local
[all...]
H A DSemaPseudoObject.cpp973 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
981 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1083 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
1091 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
H A DSemaStmt.cpp1147 Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]);
H A DSemaDeclObjC.cpp1509 Selector fISelector = Context.Selectors.getSelector(1, &II);
H A DSemaExprObjC.cpp444 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
/external/clang/include/clang/Lex/
H A DPreprocessor.h134 /// Selectors - This table contains all the selectors in the program. Unlike
139 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
141 SelectorTable Selectors; member in class:clang::Preprocessor
375 SelectorTable &getSelectorTable() { return Selectors; }
/external/clang/include/clang/AST/
H A DASTContext.h381 SelectorTable &Selectors; member in class:clang::ASTContext
1905 return Ctx.Selectors.getSelector(0, &II);
1911 return Ctx.Selectors.getSelector(1, &II);
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1395 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]);
2177 Selector AllocSel = getContext().Selectors.getSelector(0, &II);
2187 Selector InitSel = getContext().Selectors.getSelector(0, &II);
2199 Selector DrainSel = getContext().Selectors.getSelector(0, &II);
2953 getContext().Selectors.getNullarySelector(CopyID);
2956 getContext().Selectors.getNullarySelector(AutoreleaseID);
H A DCGObjCGNU.cpp279 /// Selectors related to memory management. When compiling in GC mode, we
2228 std::vector<llvm::Constant*> Selectors; local
2246 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements));
2253 unsigned SelectorCount = Selectors.size();
2260 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements));
2265 llvm::Constant *SelectorList = MakeGlobalArray(SelStructTy, Selectors,
H A DCodeGenModule.cpp2383 Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
2401 Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
H A DCGObjCMac.cpp1320 return CGM.getContext().Selectors.getSelector(0, &II);
1325 return CGM.getContext().Selectors.getSelector(1, &II);
4206 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID));
4923 CGM.getContext().Selectors.getSelector(3, KeyIdents));
/external/clang/tools/libclang/
H A DCIndex.cpp5723 (unsigned long) astContext.Selectors.getTotalMemory());

Completed in 247 milliseconds

12