Home
last modified time | relevance | path

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

123

/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/llvm-project/clang/lib/AST/
DNSAPI.cpp47 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 …]
/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()
/external/llvm-project/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()
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)});
DObjCSuperDeallocChecker.cpp232 SELdealloc = Ctx.Selectors.getSelector(0, &IIdealloc); 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/llvm-project/clang/lib/Analysis/
DObjCNoReturn.cpp39 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
44 C.Selectors.getSelector(II.size(), &II[0]); in ObjCNoReturn()
/external/llvm-project/clang/include/clang/Analysis/
DSelectorExtras.h23 return Ctx.Selectors.getSelector(II.size(), &II[0]); in getKeywordSelector()
/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()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp6783 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
6800 if (!Selectors.insert(M->getSelector()).second) in AddObjCMethods()
6821 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6831 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6836 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
6846 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6851 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
6859 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
6865 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
6887 VisitedSelectorSet Selectors; in CodeCompleteObjCPropertyGetter() local
[all …]
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()
/external/llvm-project/clang/lib/ARCMigrate/
DTransAPIUses.cpp39 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker()
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()
DTransZeroOutPropsInDealloc.cpp39 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize")); in ZeroOutInDeallocRemover()
DTransEmptyStatementsAndDealloc.cpp198 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize")); in cleanupDeallocOrFinalize()
/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()
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto152 enum Selectors { enum

123