| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | NSAPI.cpp | 47 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector() 50 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector() 54 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector() 62 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSStringSelector() 66 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector() 69 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector() 83 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector() 86 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector() 89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject")); in getNSArraySelector() 92 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects")); in getNSArraySelector() [all …]
|
| H A D | OpenMPClause.cpp | 2259 for (const OMPTraitSelector &Selector : Set.Selectors) { in getAsVariantMatchInfo() 2319 for (const OMPTraitSelector &Selector : Set.Selectors) { in print() 2367 for (const OMPTraitSelector &Selector : Set.Selectors) { in getMangledName() 2403 Set.Selectors.push_back(OMPTraitSelector()); in OMPTraitInfo() 2404 OMPTraitSelector &Selector = Set.Selectors.back(); in OMPTraitInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCMissingSuperCallChecker.cpp | 114 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 D | LocalizationChecker.cpp | 143 {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 D | ObjCSuperDeallocChecker.cpp | 232 SELdealloc = Ctx.Selectors.getSelector(0, &IIdealloc); in initIdentifierInfoAndSelectors()
|
| H A D | CheckObjCDealloc.cpp | 782 DeallocSel = Ctx.Selectors.getSelector(0, &DeallocII); in initIdentifierInfoAndSelectors() 783 ReleaseSel = Ctx.Selectors.getSelector(0, &ReleaseII); in initIdentifierInfoAndSelectors()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ObjCNoReturn.cpp | 39 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn() 44 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | SelectorExtras.h | 23 return Ctx.Selectors.getSelector(II.size(), &II[0]); in getKeywordSelector()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 6945 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument 6962 if (!Selectors.insert(M->getSelector()).second) in AddObjCMethods() 6983 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 6993 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 6998 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() 7008 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 7013 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods() 7021 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() 7027 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods() 7049 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local [all …]
|
| H A D | SemaPseudoObject.cpp | 1127 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 D | SemaExprObjC.cpp | 556 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr() 669 Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II); in BuildObjCBoxedExpr() 3435 RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId); in ActOnInstanceMessage() 4273 Selector Sel = Context.Selectors.getUnarySelector(CMId); in checkObjCBridgeRelatedComponents() 4287 Selector Sel = Context.Selectors.getNullarySelector(IMId); in checkObjCBridgeRelatedComponents()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransAPIUses.cpp | 39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
|
| H A D | TransRetainReleaseDealloc.cpp | 48 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 D | TransZeroOutPropsInDealloc.cpp | 39 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in ZeroOutInDeallocRemover()
|
| H A D | TransEmptyStatementsAndDealloc.cpp | 198 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in cleanupDeallocOrFinalize()
|
| H A D | TransAutoreleasePool.cpp | 74 DrainSel = pass.Ctx.Selectors.getNullarySelector( in AutoreleasePoolRewriter()
|
| H A D | Transforms.cpp | 523 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in GCRewriteFinalize()
|
| /netbsd-src/external/bsd/am-utils/dist/doc/ |
| H A D | am-utils.texi | 356 @dfn{selectors}. Selectors allow decisions of the form ``hostname is 357 @var{this},'' or ``architecture is not @var{that}.'' Selectors may be 776 location may also contain @dfn{selectors} (@pxref{Selectors}).@refill 1232 mounted (@pxref{Selectors}).@refill 1250 * Selectors:: 1285 @node Variable Expansion, Selectors, Map Defaults, Location Format 1357 @node Selectors, Map Options, Variable Expansion, Location Format 1359 @subsection Selectors 1360 @cindex Selectors 1362 Selectors are used to control the use of a location. It is possible to [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1745 CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]); in EmitObjCForCollectionStmt() 2699 Selector AllocSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush() 2709 Selector InitSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPush() 2746 Selector DrainSel = getContext().Selectors.getSelector(0, &II); in EmitObjCMRRAutoreleasePoolPop() 3853 getContext().Selectors.getNullarySelector(CopyID); in EmitBlockCopyAndAutorelease() 3856 getContext().Selectors.getNullarySelector(AutoreleaseID); in EmitBlockCopyAndAutorelease()
|
| H A D | CGObjCMac.cpp | 1555 return CGM.getContext().Selectors.getSelector(0, &II); in GetNullarySelector() 1560 return CGM.getContext().Selectors.getSelector(1, &II); in GetUnarySelector() 5693 return GetMethodVarName(CGM.getContext().Selectors.getNullarySelector(ID)); in GetMethodVarName() 6355 CGM.getContext().Selectors.getSelector(3, KeyIdents)); in isVTableDispatchedSelector()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 613 SelectorTable &Selectors; variable 3174 return Ctx.Selectors.getSelector(0, &II); in GetNullarySelector() 3180 return Ctx.Selectors.getSelector(1, &II); in GetUnarySelector()
|
| H A D | OpenMPClause.h | 8373 llvm::SmallVector<OMPTraitSelector, 2> Selectors; member 8397 Set.Selectors, [&](OMPTraitSelector &Selector) { in anyScoreOrCondition() 8421 for (const OMPTraitSelector &Selector : Set.Selectors) { in isExtensionActive()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 243 SelectorTable Selectors; variable 931 SelectorTable &getSelectorTable() { return Selectors; } in getSelectorTable()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 1337 TISet.Selectors.push_back(TISelector); in parseOMPContextSelectorSet() 1360 if (TISet.Kind != TraitSet::invalid && !TISet.Selectors.empty()) in parseOMPContextSelectors() 1473 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause() 1475 for (OMPTraitSelector &Selector : Set.Selectors) { in parseOMPDeclareVariantMatchClause() 1511 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ONEWS | 609 2) Selectors have been redefined to be pointers to structs like:
|