Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A 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()
61 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSStringSelector()
65 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector()
68 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector()
82 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector()
85 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector()
88 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject")); in getNSArraySelector()
91 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects")); in getNSArraySelector()
[all …]
H A DOpenMPClause.cpp2577 for (const OMPTraitSelector &Selector : Set.Selectors) { in getAsVariantMatchInfo()
2634 for (const OMPTraitSelector &Selector : Set.Selectors) { in print()
2682 for (const OMPTraitSelector &Selector : Set.Selectors) { in getMangledName()
2718 Set.Selectors.push_back(OMPTraitSelector()); in OMPTraitInfo()
2719 OMPTraitSelector &Selector = Set.Selectors.back(); in OMPTraitInfo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp112 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors()
120 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
135 fillSelectors(Ctx, Selectors, "UIViewController"); in initializeSelectors()
139 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
142 fillSelectors(Ctx, Selectors, "UIResponder"); in initializeSelectors()
146 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
150 fillSelectors(Ctx, Selectors, "NSResponder"); in initializeSelectors()
154 const SelectorDescriptor Selectors[] = { in initializeSelectors() local
158 fillSelectors(Ctx, Selectors, "NSDocument"); in initializeSelectors()
H A DLocalizationChecker.cpp139 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
142 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
144 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
607 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
611 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
614 Ctx.Selectors.getSelector(arguments, method_list)});
H A DObjCSuperDeallocChecker.cpp225 SELdealloc = Ctx.Selectors.getSelector(0, &IIdealloc); in initIdentifierInfoAndSelectors()
H A DCheckObjCDealloc.cpp773 DeallocSel = Ctx.Selectors.getSelector(0, &DeallocII); in initIdentifierInfoAndSelectors()
774 ReleaseSel = Ctx.Selectors.getSelector(0, &ReleaseII); in initIdentifierInfoAndSelectors()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DObjCNoReturn.cpp40 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
45 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h23 return Ctx.Selectors.getSelector(II.size(), &II[0]); in getKeywordSelector()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7645 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
7662 if (!Selectors.insert(M->getSelector()).second) in AddObjCMethods()
7683 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7693 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7698 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7708 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7713 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
7721 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7727 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
7750 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
[all …]
H A DSemaPseudoObject.cpp1060 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in CheckKeyForObjCARCConversion()
1102 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1109 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter()
1204 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
1211 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents); in findAtIndexSetter()
H A DSemaExprObjC.cpp566 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr()
676 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II); in BuildObjCBoxedExpr()
3442 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage()
4275 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents()
4289 Selector Sel = Context.Selectors.getNullarySelector(IMId); in checkObjCBridgeRelatedComponents()
/freebsd/contrib/llvm-project/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 DTransforms.cpp522 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in GCRewriteFinalize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp718 original_selector = original_ctx->Selectors.getSelector(0, &ident); in FindObjCMethodDeclsWithOrigin()
725 original_selector = original_ctx->Selectors.getSelector(1, &ident); in FindObjCMethodDeclsWithOrigin()
738 original_ctx->Selectors.getSelector(num_args, idents.data()); in FindObjCMethodDeclsWithOrigin()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp343 clang::Selector sel = ast_ctx.Selectors.getSelector( in BuildMethod()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1797 CGM.getContext().Selectors.getSelector(std::size(II), &II[0]); in EmitObjCForCollectionStmt()
2723 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2733 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush()
2770 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop()
3911 getContext().Selectors.getNullarySelector(CopyID); in EmitBlockCopyAndAutorelease()
3914 getContext().Selectors.getNullarySelector(AutoreleaseID); in EmitBlockCopyAndAutorelease()
H A DCGObjCMac.cpp1559 return CGM.getContext().Selectors.getSelector(0, &II); in GetNullarySelector()
1564 return CGM.getContext().Selectors.getSelector(1, &II); in GetUnarySelector()
5616 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID)); in GetMethodVarName()
6276 CGM.getContext().Selectors.getSelector(3, KeyIdents)); in isVTableDispatchedSelector()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h660 SelectorTable &Selectors; variable
3482 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector()
3488 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
H A DOpenMPClause.h8917 llvm::SmallVector<OMPTraitSelector, 2> Selectors; member
8941 Set.Selectors, [&](OMPTraitSelector &Selector) { in anyScoreOrCondition()
8965 for (const OMPTraitSelector &Selector : Set.Selectors) { in isExtensionActive()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1360 TISet.Selectors.push_back(TISelector); in parseOMPContextSelectorSet()
1383 if (TISet.Kind != TraitSet::invalid && !TISet.Selectors.empty()) in parseOMPContextSelectors()
1591 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause()
1593 for (OMPTraitSelector &Selector : Set.Selectors) { in parseOMPDeclareVariantMatchClause()
1629 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h270 SelectorTable Selectors; variable
1224 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8034 setter_sel = clang_ast.Selectors.getSelector(1, &setter_ident); in AddObjCClassProperty()
8041 setter_sel = clang_ast.Selectors.getSelector(1, &setter_ident); in AddObjCClassProperty()
8049 getter_sel = clang_ast.Selectors.getSelector(0, &getter_ident); in AddObjCClassProperty()
8053 getter_sel = clang_ast.Selectors.getSelector(0, &getter_ident); in AddObjCClassProperty()
8236 clang::Selector method_selector = ast.Selectors.getSelector( in AddMethodToObjCObjectType()

12