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

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp47 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
50 Sel = Ctx.Selectors.getUnarySelector(
54 Sel = Ctx.Selectors.getUnarySelector(
62 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
66 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
69 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
83 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
86 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
92 Sel = Ctx.Selectors
[all...]
H A DOpenMPClause.cpp2119 for (const OMPTraitSelector &Selector : Set.Selectors) {
2177 for (const OMPTraitSelector &Selector : Set.Selectors) {
2221 for (const OMPTraitSelector &Selector : Set.Selectors) {
2255 Set.Selectors.push_back(OMPTraitSelector());
2256 OMPTraitSelector &Selector = Set.Selectors.back();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp104 // Fill the Selectors SmallSet with all selectors we want to check.
113 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
121 const SelectorDescriptor Selectors[] = { local
136 fillSelectors(Ctx, Selectors, "UIViewController");
140 const SelectorDescriptor Selectors[] = { local
143 fillSelectors(Ctx, Selectors, "UIResponder");
147 const SelectorDescriptor Selectors[] = { local
151 fillSelectors(Ctx, Selectors, "NSResponder");
155 const SelectorDescriptor Selectors[] = { local
159 fillSelectors(Ctx, Selectors, "NSDocumen
[all...]
H A DObjCSuperDeallocChecker.cpp232 SELdealloc = Ctx.Selectors.getSelector(0, &IIdealloc);
H A DLocalizationChecker.cpp143 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
146 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
148 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
611 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
615 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
618 Ctx.Selectors.getSelector(arguments, method_list)});
H A DCheckObjCDealloc.cpp782 DeallocSel = Ctx.Selectors.getSelector(0, &DeallocII);
783 ReleaseSel = Ctx.Selectors.getSelector(0, &ReleaseII);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h23 return Ctx.Selectors.getSelector(II.size(), &II[0]);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DObjCNoReturn.cpp39 C.Selectors.getSelector(II.size(), &II[0]);
44 C.Selectors.getSelector(II.size(), &II[0]);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors;
H A DTransRetainReleaseDealloc.cpp48 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate"));
50 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
H A DTransEmptyStatementsAndDealloc.cpp198 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
H A DTransZeroOutPropsInDealloc.cpp39 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
H A DTransAutoreleasePool.cpp74 DrainSel = pass.Ctx.Selectors.getNullarySelector(
H A DTransforms.cpp523 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6762 VisitedSelectorSet &Selectors, bool AllowSameLength,
6779 if (!Selectors.insert(M->getSelector()).second)
6800 Selectors, AllowSameLength, Results, false, IsRootClass);
6810 Selectors, AllowSameLength, Results, false, IsRootClass);
6815 CurContext, Selectors, AllowSameLength, Results,
6825 Selectors, AllowSameLength, Results, false, IsRootClass);
6830 Selectors, AllowSameLength, Results, InOriginalClass,
6838 SelIdents, CurContext, Selectors, AllowSameLength, Results,
6844 Selectors, AllowSameLength, Results, InOriginalClass,
6866 VisitedSelectorSet Selectors; local
6758 AddObjCMethods(ObjCContainerDecl *Container, bool WantInstanceMethods, ObjCMethodKind WantKind, ArrayRef<IdentifierInfo *> SelIdents, DeclContext *CurContext, VisitedSelectorSet &Selectors, bool AllowSameLength, ResultBuilder &Results, bool InOriginalClass = true, bool IsRootClass = false) argument
6892 VisitedSelectorSet Selectors; local
7332 VisitedSelectorSet Selectors; local
7474 VisitedSelectorSet Selectors; local
8127 SelectorTable &Selectors = Context.Selectors; local
[all...]
H A DSemaPseudoObject.cpp1127 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1170 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1178 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1276 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
1284 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
H A DSemaExprObjC.cpp556 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
669 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II);
3424 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId);
4263 Selector Sel = Context.Selectors.getUnarySelector(CMId);
4277 Selector Sel = Context.Selectors.getNullarySelector(IMId);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp345 clang::Selector sel = ast_ctx.Selectors.getSelector(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp771 original_selector = original_ctx->Selectors.getSelector(0, &ident);
778 original_selector = original_ctx->Selectors.getSelector(1, &ident);
791 original_ctx->Selectors.getSelector(num_args, idents.data());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1674 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]);
2582 Selector AllocSel = getContext().Selectors.getSelector(0, &II);
2592 Selector InitSel = getContext().Selectors.getSelector(0, &II);
2629 Selector DrainSel = getContext().Selectors.getSelector(0, &II);
3724 getContext().Selectors.getNullarySelector(CopyID);
3727 getContext().Selectors.getNullarySelector(AutoreleaseID);
H A DCGObjCMac.cpp1560 return CGM.getContext().Selectors.getSelector(0, &II);
1565 return CGM.getContext().Selectors.getSelector(1, &II);
5675 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID));
6352 CGM.getContext().Selectors.getSelector(3, KeyIdents));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h586 SelectorTable &Selectors; member in class:clang::ASTContext
3058 return Ctx.Selectors.getSelector(0, &II);
3064 return Ctx.Selectors.getSelector(1, &II);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h240 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
242 SelectorTable Selectors; member in class:clang::Preprocessor
924 SelectorTable &getSelectorTable() { return Selectors; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1320 TISet.Selectors.push_back(TISelector);
1343 if (TISet.Kind != TraitSet::invalid && !TISet.Selectors.empty())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7661 setter_sel = clang_ast.Selectors.getSelector(1, &setter_ident);
7668 setter_sel = clang_ast.Selectors.getSelector(1, &setter_ident);
7676 getter_sel = clang_ast.Selectors.getSelector(0, &getter_ident);
7679 getter_sel = clang_ast.Selectors.getSelector(0, &getter_ident);
7860 clang::Selector method_selector = ast.Selectors.getSelector(

Completed in 356 milliseconds

12