OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Selectors
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp
47
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
.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"))
[
all
...]
OpenMPClause.cpp
2259
for (const OMPTraitSelector &Selector : Set.
Selectors
) {
2319
for (const OMPTraitSelector &Selector : Set.
Selectors
) {
2367
for (const OMPTraitSelector &Selector : Set.
Selectors
) {
2403
Set.
Selectors
.push_back(OMPTraitSelector());
2404
OMPTraitSelector &Selector = Set.
Selectors
.back();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp
105
// Fill the
Selectors
SmallSet with all
selectors
we want to check.
109
assert(Descriptor.ArgumentCount <= 1); // No multi-argument
selectors
yet.
114
Selector Sel = Ctx.
Selectors
.getSelector(Descriptor.ArgumentCount, &II);
121
{ // Initialize
selectors
for: UIViewController
122
const SelectorDescriptor
Selectors
[] = {
137
fillSelectors(Ctx,
Selectors
, "UIViewController");
140
{ // Initialize
selectors
for: UIResponder
141
const SelectorDescriptor
Selectors
[] = {
144
fillSelectors(Ctx,
Selectors
, "UIResponder")
[
all
...]
ObjCSuperDeallocChecker.cpp
232
SELdealloc = Ctx.
Selectors
.getSelector(0, &IIdealloc);
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)});
CheckObjCDealloc.cpp
782
DeallocSel = Ctx.
Selectors
.getSelector(0, &DeallocII);
783
ReleaseSel = Ctx.
Selectors
.getSelector(0, &ReleaseII);
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
SelectorExtras.h
1
//=== SelectorExtras.h - Helpers for checkers using
selectors
-----*- C++ -*-=//
20
"keyword
selectors
must have at least one argument");
23
return Ctx.
Selectors
.getSelector(II.size(), &II[0]);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ObjCNoReturn.cpp
32
// Generate
selectors
.
39
C.
Selectors
.getSelector(II.size(), &II[0]);
44
C.
Selectors
.getSelector(II.size(), &II[0]);
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransAPIUses.cpp
39
SelectorTable &sels = Pass.Ctx.
Selectors
;
TransRetainReleaseDealloc.cpp
48
Pass.Ctx.
Selectors
.getNullarySelector(&Pass.Ctx.Idents.get("delegate"));
50
Pass.Ctx.
Selectors
.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
TransEmptyStatementsAndDealloc.cpp
198
Ctx.
Selectors
.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
TransZeroOutPropsInDealloc.cpp
39
Pass.Ctx.
Selectors
.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
TransAutoreleasePool.cpp
74
DrainSel = pass.Ctx.
Selectors
.getNullarySelector(
Transforms.cpp
523
Ctx.
Selectors
.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
6917
/// A set of
selectors
, which is used to avoid introducing multiple
6945
VisitedSelectorSet &
Selectors
, bool AllowSameLength,
6962
if (!
Selectors
.insert(M->getSelector()).second)
6983
Selectors
, AllowSameLength, Results, false, IsRootClass);
6993
Selectors
, AllowSameLength, Results, false, IsRootClass);
6998
CurContext,
Selectors
, AllowSameLength, Results,
7008
Selectors
, AllowSameLength, Results, false, IsRootClass);
7013
Selectors
, AllowSameLength, Results, InOriginalClass,
7021
SelIdents, CurContext,
Selectors
, AllowSameLength, Results,
7027
Selectors
, AllowSameLength, Results, InOriginalClass
[
all
...]
SemaPseudoObject.cpp
1127
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);
SemaExprObjC.cpp
556
Selector stringWithUTF8String = Context.
Selectors
.getUnarySelector(II);
669
Selector ValueWithBytesObjCType = Context.
Selectors
.getSelector(2, II);
2034
// FIXME: The logic for looking up nullary and unary
selectors
should be
3435
RespondsToSelectorSel = Context.
Selectors
.getUnarySelector(SelectorId);
4273
Selector Sel = Context.
Selectors
.getUnarySelector(CMId);
4287
Selector Sel = Context.
Selectors
.getNullarySelector(IMId);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
1745
CGM.getContext().
Selectors
.getSelector(llvm::array_lengthof(II), &II[0]);
2699
Selector AllocSel = getContext().
Selectors
.getSelector(0, &II);
2709
Selector InitSel = getContext().
Selectors
.getSelector(0, &II);
2746
Selector DrainSel = getContext().
Selectors
.getSelector(0, &II);
3850
// Get
selectors
for retain/autorelease.
3853
getContext().
Selectors
.getNullarySelector(CopyID);
3856
getContext().
Selectors
.getNullarySelector(AutoreleaseID);
CGObjCMac.cpp
1340
/// The NeXT/Apple runtimes do not support typed
selectors
; just emit an
1555
return CGM.getContext().
Selectors
.getSelector(0, &II);
1560
return CGM.getContext().
Selectors
.getSelector(1, &II);
1631
/// The NeXT/Apple runtimes do not support typed
selectors
; just emit an
5693
return GetMethodVarName(CGM.getContext().
Selectors
.getNullarySelector(ID));
6302
/// except for the 19
selectors
in the list, we generate 32bit-style
6355
CGM.getContext().
Selectors
.getSelector(3, KeyIdents));
CodeGenModule.cpp
5592
Selector cxxSelector = getContext().
Selectors
.getSelector(0, &II);
5612
Selector cxxSelector = getContext().
Selectors
.getSelector(0, &II);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
1337
TISet.
Selectors
.push_back(TISelector);
1346
<< ("context
selectors
for the context set \"" +
1352
/// Parse OpenMP context
selectors
:
1360
if (TISet.Kind != TraitSet::invalid && !TISet.
Selectors
.empty())
1453
// Parse inner context
selectors
.
1473
for (const OMPTraitSelector &ParentSelector : ParentSet.
Selectors
) {
1475
for (OMPTraitSelector &Selector : Set.
Selectors
) {
1511
Set.
Selectors
.push_back(ParentSelector);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
613
SelectorTable &
Selectors
;
3174
return Ctx.
Selectors
.getSelector(0, &II);
3180
return Ctx.
Selectors
.getSelector(1, &II);
OpenMPClause.h
8373
llvm::SmallVector<OMPTraitSelector, 2>
Selectors
;
8379
/// collection of
selectors
. A selector has a kind, an optional score/condition,
8397
Set.
Selectors
, [&](OMPTraitSelector &Selector) {
8421
for (const OMPTraitSelector &Selector : Set.
Selectors
) {
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
234
/// This table contains all the
selectors
in the program.
241
/// FIXME: Make sure the lifetime of Identifiers/
Selectors
*isn't* tied to
243
SelectorTable
Selectors
;
931
SelectorTable &getSelectorTable() { return
Selectors
; }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3095
/// Write ObjC data:
selectors
and the method pool.
3107
// Create and write out the blob that contains
selectors
and the method pool.
3199
/// Write the
selectors
referenced in @selector expression into AST file.
4252
// Don't record offsets for
selectors
that are also available in a different
4585
// safe, we copy all
selectors
out.
6693
writeUInt32(Set.
Selectors
.size());
6694
for (const auto &Selector : Set.
Selectors
) {
Completed in 86 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026