Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/AST/
H A DNSAPI.cpp51 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector()
55 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector()
63 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSStringSelector()
100 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSArraySelector()
117 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSArraySelector()
128 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSArraySelector()
166 Sel = Ctx.Selectors.getUnarySelector( in getNSDictionarySelector()
195 Sel = Ctx.Selectors.getUnarySelector( in getNSDictionarySelector()
199 Sel = Ctx.Selectors.getUnarySelector( in getNSDictionarySelector()
203 Sel = Ctx.Selectors.getUnarySelector( in getNSDictionarySelector()
[all …]
H A DOpenMPClause.cpp2470 for (const OMPTraitSelector &Selector : Set.Selectors) { in getAsVariantMatchInfo()
2527 for (const OMPTraitSelector &Selector : Set.Selectors) { in print()
2575 for (const OMPTraitSelector &Selector : Set.Selectors) { in getMangledName()
2611 Set.Selectors.push_back(OMPTraitSelector()); in OMPTraitInfo()
2612 OMPTraitSelector &Selector = Set.Selectors.back(); in OMPTraitInfo()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A 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()
H A DLocalizationChecker.cpp144 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
147 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
149 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
612 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
616 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
619 Ctx.Selectors.getSelector(arguments, method_list)});
H A DObjCSuperDeallocChecker.cpp232 SELdealloc = Ctx.Selectors.getSelector(0, &IIdealloc); in initIdentifierInfoAndSelectors()
H A DCheckObjCDealloc.cpp783 DeallocSel = Ctx.Selectors.getSelector(0, &DeallocII); in initIdentifierInfoAndSelectors()
784 ReleaseSel = Ctx.Selectors.getSelector(0, &ReleaseII); in initIdentifierInfoAndSelectors()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DObjCNoReturn.cpp39 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
44 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DSelectorExtras.h23 return Ctx.Selectors.getSelector(II.size(), &II[0]); in getKeywordSelector()
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
H A DTransRetainReleaseDealloc.cpp48 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate")); in RetainReleaseDeallocRemover()
50 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in RetainReleaseDeallocRemover()
H A DTransZeroOutPropsInDealloc.cpp39 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in ZeroOutInDeallocRemover()
H A DTransEmptyStatementsAndDealloc.cpp198 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in cleanupDeallocOrFinalize()
H A DTransAutoreleasePool.cpp74 DrainSel = pass.Ctx.Selectors.getNullarySelector( in AutoreleasePoolRewriter()
H A DTransforms.cpp521 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in GCRewriteFinalize()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp7503 if (!Selectors.insert(M->getSelector()).second) in AddObjCMethods()
7539 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7590 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
7592 Selectors, in CodeCompleteObjCPropertyGetter()
7617 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertySetter() local
7619 Selectors, in CodeCompleteObjCPropertySetter()
8059 VisitedSelectorSet Selectors; in AddClassMessageCompletions() local
8062 Selectors, AtArgumentExpression, Results); in AddClassMessageCompletions()
8201 VisitedSelectorSet Selectors; in CodeCompleteObjCInstanceMessage() local
8211 Selectors, AtArgumentExpression, Results); in CodeCompleteObjCInstanceMessage()
[all …]
H A DSemaPseudoObject.cpp1127 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in CheckKeyForObjCARCConversion()
1170 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1178 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1276 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
1284 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
H A DSemaExprObjC.cpp557 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr()
670 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II); in BuildObjCBoxedExpr()
3429 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()
4264 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
4278 Selector Sel = Context.Selectors.getNullarySelector(IMId); in checkObjCBridgeRelatedComponents()
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DBlocks.txt191 FE00..FE0F; Variation Selectors
359 E0100..E01EF; Variation Selectors Supplement
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp776 original_selector = original_ctx->Selectors.getSelector(0, &ident); in FindObjCMethodDeclsWithOrigin()
783 original_selector = original_ctx->Selectors.getSelector(1, &ident); in FindObjCMethodDeclsWithOrigin()
796 original_ctx->Selectors.getSelector(num_args, idents.data()); in FindObjCMethodDeclsWithOrigin()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp343 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1804 CGM.getContext().Selectors.getSelector(std::size(II), &II[0]); in EmitObjCForCollectionStmt()
2750 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2760 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2797 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop()
3939 getContext().Selectors.getNullarySelector(CopyID); in EmitBlockCopyAndAutorelease()
3942 getContext().Selectors.getNullarySelector(AutoreleaseID); in EmitBlockCopyAndAutorelease()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h631 SelectorTable &Selectors; variable
3353 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector()
3359 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
/openbsd/usr.sbin/amd/doc/
H A Damdref.texinfo193 @dfn{selectors}. Selectors allow decisions of the form ``hostname is
194 @var{this},'' or ``architecture is not @var{that}.'' Selectors may be
658 location may also contain @dfn{selectors} (@pxref{Selectors}).@refill
980 mounted (@pxref{Selectors}).@refill
998 * Selectors::
1103 @node Selectors, Map Options, Variable Expansion, Location Format
1105 @subsection Selectors
1106 @cindex Selectors
1114 Selectors are evaluated left to right. If a selector fails then that
1251 @node Map Options, , Selectors, Location Format
[all …]
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h260 SelectorTable Selectors; variable
1205 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp1349 TISet.Selectors.push_back(TISelector); in parseOMPContextSelectorSet()
1372 if (TISet.Kind != TraitSet::invalid && !TISet.Selectors.empty()) in parseOMPContextSelectors()
1579 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause()
1581 for (OMPTraitSelector &Selector : Set.Selectors) { in parseOMPDeclareVariantMatchClause()
1617 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()

12