HomeSort by: relevance | last modified time | path
    Searched refs:Sel (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/clang/lib/AST/
SelectorLocationsKind.cpp 20 Selector Sel,
24 unsigned NumSelArgs = Sel.getNumArgs();
29 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0);
37 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index);
69 SelectorLocationsKind hasStandardSelLocs(Selector Sel,
76 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/false,
85 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/true,
96 clang::hasStandardSelectorLocs(Selector Sel,
100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
104 Selector Sel,
    [all...]
NSAPI.cpp 44 Selector Sel;
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"));
72 return (NSStringSelectors[MK] = Sel);
80 Selector Sel;
83 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"))
    [all...]
ExprObjC.cpp 109 QualType SuperType, Selector Sel,
116 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
128 TypeSourceInfo *Receiver, Selector Sel,
135 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
145 Selector Sel, ArrayRef<SourceLocation> SelLocs,
151 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
177 bool IsInstanceSuper, QualType SuperType, Selector Sel,
188 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
190 SuperType, Sel, SelLocs, SelLocsK, Method,
197 Selector Sel, ArrayRef<SourceLocation> SelLocs
    [all...]
DeclObjC.cpp 92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
109 lookup_result R = lookup(Sel);
126 Selector Sel = Property->getSetterName();
127 lookup_result R = lookup(Sel);
139 if (ObjCMethodDecl *MD = Cat->getInstanceMethod(Sel))
562 bool ObjCInterfaceDecl::isDesignatedInitializer(Selector Sel,
583 if (const ObjCMethodDecl *MD = IFace->getInstanceMethod(Sel)) {
591 if (const ObjCMethodDecl *MD = Ext->getInstanceMethod(Sel)) {
684 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
702 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance))
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
SelectorExtras.h 27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx,
29 if (!Sel.isNull())
31 Sel = getKeywordSelector(Ctx, IIs...);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
SelectorLocationsKind.h 45 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
57 Selector Sel,
63 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
75 Selector Sel,
NSAPI.h 91 /// Return NSArrayMethodKind if \p Sel is such a selector.
92 Optional<NSArrayMethodKind> getNSArrayMethodKind(Selector Sel);
116 /// Return NSDictionaryMethodKind if \p Sel is such a selector.
117 Optional<NSDictionaryMethodKind> getNSDictionaryMethodKind(Selector Sel);
133 /// Return NSSetMethodKind if \p Sel is such a selector.
134 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
200 Selector Sel) const {
201 return Sel == getNSNumberLiteralSelector(MK, false) ||
202 Sel == getNSNumberLiteralSelector(MK, true);
205 /// Return NSNumberLiteralMethodKind if \p Sel is such a selector
    [all...]
DeclObjC.h 312 Selector Sel = getSelector();
313 if (Sel.isUnarySelector())
315 return Sel.getNumArgs();
885 void setGetterName(Selector Sel, SourceLocation Loc = SourceLocation()) {
886 GetterName = Sel;
893 void setSetterName(Selector Sel, SourceLocation Loc = SourceLocation()) {
894 SetterName = Sel;
1060 ObjCMethodDecl *getMethod(Selector Sel, bool isInstance,
1063 ObjCMethodDecl *getInstanceMethod(Selector Sel,
1065 return getMethod(Sel, true/*isInstance*/, AllowHidden)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 43 explicit FindSuperCallVisitor(Selector S) : DoesCallSuper(false), Sel(S) {}
46 if (E->getSelector() == Sel)
57 Selector Sel;
75 void fillSelectors(ASTContext &Ctx, ArrayRef<SelectorDescriptor> Sel,
101 ArrayRef<SelectorDescriptor> Sel,
106 for (ArrayRef<SelectorDescriptor>::iterator I = Sel.begin(), E = Sel.end();
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
115 ClassSelectors.insert(Sel);
NoReturnFunctionChecker.cpp 118 Selector Sel = Msg.getSelector();
119 switch (Sel.getNumArgs()) {
126 if (Sel != HandleFailureInFunctionSel)
133 if (Sel != HandleFailureInMethodSel)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIOptimizeExecMaskingPreRA.cpp 92 const MachineInstr &Sel, const MachineInstr &And) {
94 SlotIndex SelIdx = LIS->getInstructionIndex(Sel);
108 // %sel = V_CNDMASK_B32_e64 0, 1, %cc
163 auto *Sel = TRI->findReachingDef(SelReg, Op1->getSubReg(), *Cmp, *MRI, LIS);
164 if (!Sel || Sel->getOpcode() != AMDGPU::V_CNDMASK_B32_e64)
167 if (TII->hasModifiersSet(*Sel, AMDGPU::OpName::src0_modifiers) ||
168 TII->hasModifiersSet(*Sel, AMDGPU::OpName::src1_modifiers))
171 Op1 = TII->getNamedOperand(*Sel, AMDGPU::OpName::src0);
172 Op2 = TII->getNamedOperand(*Sel, AMDGPU::OpName::src1)
    [all...]
R600EmitClauseMarkers.cpp 98 std::pair<unsigned, unsigned> getAccessedBankLine(unsigned Sel) const {
99 // Sel is (512 + (kc_bank << 12) + ConstIndex) << 2
103 ((Sel >> 2) - 512) >> 12, // KC_BANK
109 ((((Sel >> 2) - 512) & 4095) >> 5) << 1);
129 unsigned Sel = Consts[i].second;
130 unsigned Chan = Sel & 3, Index = ((Sel >> 2) - 512) & 31;
132 const std::pair<unsigned, unsigned> &BankLine = getAccessedBankLine(Sel);
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 67 Selector Sel = Msg->getSelector();
71 (NS.getNSStringSelector(NSAPI::NSStr_stringWithString) == Sel ||
72 NS.getNSStringSelector(NSAPI::NSStr_initWithString) == Sel)) ||
76 (NS.getNSArraySelector(NSAPI::NSArr_arrayWithArray) == Sel ||
77 NS.getNSArraySelector(NSAPI::NSArr_initWithArray) == Sel)) ||
82 NSAPI::NSDict_dictionaryWithDictionary) == Sel ||
83 NS.getNSDictionarySelector(NSAPI::NSDict_initWithDictionary) == Sel))) {
302 Selector Sel = Msg->getSelector();
304 if (Sel == NS.getNSArraySelector(NSAPI::NSArr_objectAtIndex))
307 if (Sel == NS.getNSDictionarySelector(NSAPI::NSDict_objectForKey)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 60 static Instruction *foldSelectBinOpIdentity(SelectInst &Sel,
67 if (!match(Sel.getCondition(), m_Cmp(Pred, m_Value(X), m_Constant(C))))
82 if (!match(Sel.getOperand(IsEq ? 1 : 2), m_BinOp(BO)))
113 return IC.replaceOperand(Sel, IsEq ? 1 : 2, Y);
125 static Value *foldSelectICmpAnd(SelectInst &Sel, ICmpInst *Cmp,
128 if (!match(Sel.getTrueValue(), m_APInt(SelTC)) ||
129 !match(Sel.getFalseValue(), m_APInt(SelFC)))
133 Type *SelType = Sel.getType();
688 static Instruction *foldSetClearBits(SelectInst &Sel,
690 Value *Cond = Sel.getCondition()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 149 Selector Sel, const ObjCMethodDecl *Method) {
152 S.Diag(Loc, diag::err_undeclared_boxing_method) << Sel << Class->getName();
160 << Sel;
261 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind,
283 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel);
288 ObjCMethodDecl::Create(CX, SourceLocation(), SourceLocation(), Sel,
304 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method))
808 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount);
809 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel);
813 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo
    [all...]
MultiplexExternalSemaSource.cpp 56 Selector Sel;
58 Sel = Sources[i]->GetExternalSelector(ID);
59 if (!Sel.isNull())
60 return Sel;
62 return Sel;
209 void MultiplexExternalSemaSource::ReadMethodPool(Selector Sel) {
211 Sources[i]->ReadMethodPool(Sel);
214 void MultiplexExternalSemaSource::updateOutOfDateSelector(Selector Sel) {
216 Sources[i]->updateOutOfDateSelector(Sel);
SemaDeclObjC.cpp 2940 Selector Sel = I->getSelector();
2944 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true))
2946 InsMap.insert(Sel);
2950 Selector Sel = I->getSelector();
2951 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false))
2953 ClsMap.insert(Sel);
3408 void Sema::ReadMethodPool(Selector Sel) {
3410 ExternalSource->ReadMethodPool(Sel);
3413 void Sema::updateOutOfDateSelector(Selector Sel) {
3416 ExternalSource->updateOutOfDateSelector(Sel);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ExternalSemaSource.h 71 virtual void ReadMethodPool(Selector Sel);
75 virtual void updateOutOfDateSelector(Selector Sel);
MultiplexExternalSemaSource.h 209 void ReadMethodPool(Selector Sel) override;
213 void updateOutOfDateSelector(Selector Sel) override;
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
USRGeneration.h 50 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTDeserializationListener.h 49 virtual void SelectorRead(serialization::SelectorID iD, Selector Sel) {}
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.h 128 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0;
135 virtual Address GetAddrOfSelector(CodeGenFunction &CGF, Selector Sel) = 0;
170 Selector Sel,
184 Selector Sel,
201 Selector Sel,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.h 73 unsigned ComputeHash(Selector Sel);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 116 Selector Sel = ME->getSelector();
121 D = IDecl->lookupPrivateMethod(Sel);
123 D = IDecl->lookupPrivateClassMethod(Sel);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
MultiplexConsumer.h 39 void SelectorRead(serialization::SelectorID iD, Selector Sel) override;

Completed in 76 milliseconds

1 2 3 4 5