Home
last modified time | relevance | path

Searched refs:Selectors (Results 1 – 25 of 35) 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()
DSelectorExtras.h28 return Ctx.Selectors.getSelector(II.size(), &II[0]); in getKeywordSelectorImpl()
DLocalizationChecker.cpp145 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
148 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
150 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
554 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
558 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
561 Ctx.Selectors.getSelector(arguments, method_list)});
DObjCSuperDeallocChecker.cpp238 SELdealloc = Ctx.Selectors.getSelector(0, &IIdealloc); in initIdentifierInfoAndSelectors()
DCheckObjCDealloc.cpp786 DeallocSel = Ctx.Selectors.getSelector(0, &DeallocII); in initIdentifierInfoAndSelectors()
787 ReleaseSel = Ctx.Selectors.getSelector(0, &ReleaseII); in initIdentifierInfoAndSelectors()
/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/clang/lib/Sema/
DSemaCodeComplete.cpp5039 VisitedSelectorSet &Selectors, in AddObjCMethods() argument
5057 if (!Selectors.insert(M->getSelector()).second) in AddObjCMethods()
5078 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods()
5088 CurContext, Selectors, AllowSameLength, Results, false); in AddObjCMethods()
5093 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5103 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5109 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5116 SelIdents, CurContext, Selectors, in AddObjCMethods()
5122 CurContext, Selectors, AllowSameLength, in AddObjCMethods()
5145 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
[all …]
DSemaPseudoObject.cpp1122 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in CheckKeyForObjCARCConversion()
1165 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1173 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1274 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
1282 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
DSemaExprObjC.cpp531 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr()
637 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II); in BuildObjCBoxedExpr()
3057 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()
3889 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
3903 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.cpp1487 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]); in EmitObjCForCollectionStmt()
2329 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2339 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2351 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop()
3349 getContext().Selectors.getNullarySelector(CopyID); in EmitBlockCopyAndAutorelease()
3352 getContext().Selectors.getNullarySelector(AutoreleaseID); in EmitBlockCopyAndAutorelease()
DCGObjCGNU.cpp2445 std::vector<llvm::Constant*> Selectors; in ModuleInitFunction() local
2463 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2470 unsigned SelectorCount = Selectors.size(); in ModuleInitFunction()
2477 Selectors.push_back(llvm::ConstantStruct::get(SelStructTy, Elements)); in ModuleInitFunction()
2483 MakeGlobalArray(SelStructTy, Selectors, CGM.getPointerAlign(), in ModuleInitFunction()
DCGObjCMac.cpp1420 return CGM.getContext().Selectors.getSelector(0, &II); in GetNullarySelector()
1425 return CGM.getContext().Selectors.getSelector(1, &II); in GetUnarySelector()
5080 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID)); in GetMethodVarName()
5806 CGM.getContext().Selectors.getSelector(3, KeyIdents)); in isVTableDispatchedSelector()
/external/clang/include/clang/AST/
DASTContext.h460 SelectorTable &Selectors; variable
2607 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector()
2613 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
/external/clang/include/clang/Lex/
DPreprocessor.h200 SelectorTable Selectors; variable
699 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/external/harfbuzz_ng/
DNEWS144 - Fix Mongolian Free Variation Selectors shaping with certain fonts.
633 - Fix Mongolian Variation Selectors for fonts without GDEF.
/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 …]
Dnetperf.texi978 @option{-k} @ref{Omni Output Selectors,output selectors} include one
997 Selectors,@code{MEAN_LATENCY}} calculated from the histogram with the
1254 In version 2.5.0 and later there is no @ref{Omni Output Selectors,output
1980 Selectors,output selector} in an @ref{The Omni Tests,omni test}. It
2964 Selectors,output selectors}:
3124 Selectors,DIRECTION} @ref{Omni Output Selection,output selector} when
3365 * Omni Output Selectors::
3368 @node Omni Output Selectors, , Omni Output Selection, Omni Output Selection
3369 @subsection Omni Output Selectors
4035 the UUID emitted by the @ref{Omni Output Selectors,UUID} output
/external/python/cpython2/Doc/library/
Dtix.rst227 File Selectors

12