Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DNSAPI.cpp48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector()
51 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector()
55 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector()
63 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSStringSelector()
67 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector()
70 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector()
95 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector()
98 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector()
101 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject")); in getNSArraySelector()
104 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects")); in getNSArraySelector()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors()
122 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
137 fillSelectors(Ctx, Selectors, "UIViewController"); in initializeSelectors()
141 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
144 fillSelectors(Ctx, Selectors, "UIResponder"); in initializeSelectors()
148 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
152 fillSelectors(Ctx, Selectors, "NSResponder"); in initializeSelectors()
156 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
160 fillSelectors(Ctx, Selectors, "NSDocument"); in initializeSelectors()
DCheckObjCDealloc.cpp134 Selector S = Ctx.Selectors.getSelector(0, &II); in checkObjCDealloc()
165 Selector RS = Ctx.Selectors.getSelector(0, &RII); in checkObjCDealloc()
DSelectorExtras.h28 return Ctx.Selectors.getSelector(II.size(), &II[0]); in getKeywordSelectorImpl()
DLocalizationChecker.cpp121 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
124 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
126 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
530 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
534 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
537 Ctx.Selectors.getSelector(arguments, method_list)});
/external/clang/lib/Analysis/
DObjCNoReturn.cpp40 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
45 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
/external/jetty/src/resources/org/eclipse/jetty/server/nio/jmx/
DSelectChannelConnector-mbean.properties1 SelectChannelConnector: HTTP connector using NIO ByteChannels and Selectors
/external/clang/lib/Sema/
DSemaCodeComplete.cpp5019 VisitedSelectorSet &Selectors, in AddObjCMethods() argument
5037 if (!Selectors.insert(M->getSelector()).second) in AddObjCMethods()
5058 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods()
5068 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods()
5073 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5083 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5089 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5096 SelIdents, CurContext, Selectors, in AddObjCMethods()
5102 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5125 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
[all …]
DSemaPseudoObject.cpp1121 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in CheckKeyForObjCARCConversion()
1164 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1172 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1273 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
1281 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
DSemaExprObjC.cpp533 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr()
638 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II); in BuildObjCBoxedExpr()
3030 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()
3856 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
3868 Selector Sel = Context.Selectors.getNullarySelector(IMId); in checkObjCBridgeRelatedComponents()
/external/clang/lib/ARCMigrate/
DTransAPIUses.cpp40 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
DTransRetainReleaseDealloc.cpp49 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate")); in RetainReleaseDeallocRemover()
51 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in RetainReleaseDeallocRemover()
DTransZeroOutPropsInDealloc.cpp40 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in ZeroOutInDeallocRemover()
DTransEmptyStatementsAndDealloc.cpp200 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in cleanupDeallocOrFinalize()
DTransAutoreleasePool.cpp75 DrainSel = pass.Ctx.Selectors.getNullarySelector( in AutoreleasePoolRewriter()
DTransforms.cpp527 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in GCRewriteFinalize()
/external/clang/lib/CodeGen/
DCGObjC.cpp1493 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]); in EmitObjCForCollectionStmt()
2318 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2328 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2340 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop()
3082 getContext().Selectors.getNullarySelector(CopyID); in EmitBlockCopyAndAutorelease()
3085 getContext().Selectors.getNullarySelector(AutoreleaseID); in EmitBlockCopyAndAutorelease()
DCGObjCGNU.cpp2438 std::vector<llvm::Constant*> Selectors; in ModuleInitFunction() local
2456 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2463 unsigned SelectorCount = Selectors.size(); in ModuleInitFunction()
2470 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2476 MakeGlobalArray(SelStructTy, Selectors, CGM.getPointerAlign(), in ModuleInitFunction()
/external/lldb/source/Expression/
DClangASTSource.cpp844 original_selector = original_ctx->Selectors.getSelector(0, &ident); in FindObjCMethodDeclsWithOrigin()
851 original_selector = original_ctx->Selectors.getSelector(1, &ident); in FindObjCMethodDeclsWithOrigin()
868 original_selector = original_ctx->Selectors.getSelector(num_args, idents.data()); in FindObjCMethodDeclsWithOrigin()
/external/clang/include/clang/AST/
DASTContext.h450 SelectorTable &Selectors; variable
2565 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector()
2571 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp365 …clang::Selector sel = ast_ctx.Selectors.getSelector(is_zero_argument ? 0 : selector_components.siz… in BuildMethod()
/external/clang/include/clang/Lex/
DPreprocessor.h199 SelectorTable Selectors; variable
692 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1373 SmallVector<Constant *, 32> Selectors; in visitCallInst() local
1381 Selectors.push_back(ConstantInt::get(Tyi1, Selector >> (BitWidth - 1))); in visitCallInst()
1383 auto NewSelector = ConstantVector::get(Selectors); in visitCallInst()
/external/lldb/source/Symbol/
DClangASTType.cpp4855 setter_sel = m_ast->Selectors.getSelector(1, &setter_ident); in AddObjCClassProperty()
4863 setter_sel = m_ast->Selectors.getSelector(1, &setter_ident); in AddObjCClassProperty()
4871 getter_sel = m_ast->Selectors.getSelector(0, &getter_ident); in AddObjCClassProperty()
4876 getter_sel = m_ast->Selectors.getSelector(0, &getter_ident); in AddObjCClassProperty()
5037 …clang::Selector method_selector = m_ast->Selectors.getSelector (num_selectors_with_args ? selector… in AddMethodToObjCObjectType()
/external/netperf/doc/
Dnetperf.info920 output selectors: Omni Output Selectors. include one or more of:
942 comparing the *note `MEAN_LATENCY': Omni Output Selectors.
1176 selector: Omni Output Selectors. for the histogram and so it
1880 Output Selectors. in an *note omni test: The Omni Tests. It will also
2812 Omni Output Selectors.:
2970 Output Selectors. *note output selector: Omni Output Selection.
3194 * Omni Output Selectors::
3197 File: netperf.info, Node: Omni Output Selectors, Prev: Omni Output Selection, Up: Omni Output Se…
3199 9.3.1 Omni Output Selectors
4052 the UUID emitted by the *note UUID: Omni Output Selectors. output
[all …]

12