Searched defs:Selectors (Results 1 - 5 of 5) sorted by relevance

/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/include/clang/Lex/
H A DPreprocessor.h144 /// Selectors - This table contains all the selectors in the program. Unlike
149 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
151 SelectorTable Selectors; member in class:clang::Preprocessor
396 SelectorTable &getSelectorTable() { return Selectors; }
/external/clang/include/clang/AST/
H A DASTContext.h390 SelectorTable &Selectors; member in class:clang::ASTContext
2091 return Ctx.Selectors.getSelector(0, &II);
2097 return Ctx.Selectors.getSelector(1, &II);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp279 /// Selectors related to memory management. When compiling in GC mode, we
2290 std::vector<llvm::Constant*> Selectors; local
2308 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements));
2315 unsigned SelectorCount = Selectors.size();
2322 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements));
2327 llvm::Constant *SelectorList = MakeGlobalArray(SelStructTy, Selectors,
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4754 VisitedSelectorSet &Selectors,
4770 if (!Selectors.insert(M->getSelector()))
4791 NumSelIdents, CurContext, Selectors, AllowSameLength,
4805 CurContext, Selectors, AllowSameLength, Results, false);
4811 NumSelIdents, CurContext, Selectors, AllowSameLength,
4821 NumSelIdents, CurContext, Selectors, AllowSameLength,
4827 NumSelIdents, CurContext, Selectors, AllowSameLength,
4834 SelIdents, NumSelIdents, CurContext, Selectors,
4840 NumSelIdents, CurContext, Selectors, AllowSameLength,
4863 VisitedSelectorSet Selectors; local
4748 AddObjCMethods(ObjCContainerDecl *Container, bool WantInstanceMethods, ObjCMethodKind WantKind, IdentifierInfo **SelIdents, unsigned NumSelIdents, DeclContext *CurContext, VisitedSelectorSet &Selectors, bool AllowSameLength, ResultBuilder &Results, bool InOriginalClass = true) argument
4891 VisitedSelectorSet Selectors; local
5333 VisitedSelectorSet Selectors; local
5472 VisitedSelectorSet Selectors; local
6147 SelectorTable &Selectors = Context.Selectors; local
[all...]

Completed in 877 milliseconds