/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 20 Selector Sel, in getStandardSelLoc() argument 69 SelectorLocationsKind hasStandardSelLocs(Selector Sel, in hasStandardSelLocs() argument 96 clang::hasStandardSelectorLocs(Selector Sel, in hasStandardSelectorLocs() argument 104 Selector Sel, in getStandardSelectorLoc() argument 113 hasStandardSelectorLocs(Selector Sel,ArrayRef<SourceLocation> SelLocs,ArrayRef<ParmVarDecl * > Args,SourceLocation EndLoc) hasStandardSelectorLocs() argument 121 getStandardSelectorLoc(unsigned Index,Selector Sel,bool WithArgSpace,ArrayRef<ParmVarDecl * > Args,SourceLocation EndLoc) getStandardSelectorLoc() argument [all...] |
H A D | NSAPI.cpp | 45 Selector Sel; in getNSStringSelector() local 81 Selector Sel; getNSArraySelector() local 147 getNSArrayMethodKind(Selector Sel) getNSArrayMethodKind() argument 160 Selector Sel; getNSDictionarySelector() local 249 getNSDictionaryMethodKind(Selector Sel) getNSDictionaryMethodKind() argument 261 Selector Sel; getNSSetSelector() local 305 getNSSetMethodKind(Selector Sel) getNSSetMethodKind() argument [all...] |
H A D | ExprObjC.cpp | 109 QualType SuperType, Selector Sel, in ObjCMessageExpr() 128 TypeSourceInfo *Receiver, Selector Sel, in ObjCMessageExpr() 145 Selector Sel, ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() 177 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() 197 Selector Sel, ArrayRef<SourceLocation> SelLocs, in Create() 215 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create() 243 Selector Sel, in alloc()
|
H A D | DeclObjC.cpp | 92 getMethod(Selector Sel,bool isInstance,bool AllowHidden) const getMethod() argument 126 Selector Sel = Property->getSetterName(); HasUserDeclaredSetterMethod() local 571 isDesignatedInitializer(Selector Sel,const ObjCMethodDecl ** InitMethod) const isDesignatedInitializer() argument 700 lookupMethod(Selector Sel,bool isInstance,bool shallowCategoryLookup,bool followSuper,const ObjCCategoryDecl * C) const lookupMethod() argument 758 lookupPrivateMethod(const Selector & Sel,bool Instance) const lookupPrivateMethod() argument 1014 const auto &Sel = getSelector(); getCanonicalDecl() local 1379 Selector Sel = getSelector(); findPropertyDecl() local 2003 lookupMethod(Selector Sel,bool isInstance) const lookupMethod() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCMissingSuperCallChecker.cpp | 57 Selector Sel; member in __anona663c9780111::FindSuperCallVisitor 101 ArrayRef<SelectorDescriptor> Sel, in fillSelectors() argument 112 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors() local
|
H A D | NoReturnFunctionChecker.cpp | 120 Selector Sel = Msg.getSelector(); in checkPostObjCMessage() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 68 Selector Sel = Msg->getSelector(); in rewriteObjCRedundantCallWithLiteral() local 303 Selector Sel = Msg->getSelector(); in rewriteToObjCSubscriptSyntax() local 388 Selector Sel = Msg->getSelector(); rewriteToArrayLiteral() local 457 Selector Sel = Msg->getSelector(); getNSArrayObjects() local 492 Selector Sel = Msg->getSelector(); rewriteToDictionaryLiteral() local 615 Selector Sel = Msg->getSelector(); shouldNotRewriteImmediateMessageArgs() local 778 Selector Sel = Msg->getSelector(); rewriteToNumberLiteral() local 986 Selector Sel = Msg->getSelector(); rewriteToNumericBoxedExpression() local 1166 Selector Sel = Msg->getSelector(); rewriteToStringBoxedExpression() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | SelectorExtras.h | 27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 150 validateBoxingMethod(Sema & S,SourceLocation Loc,const ObjCInterfaceDecl * Class,Selector Sel,const ObjCMethodDecl * Method) validateBoxingMethod() argument 262 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind, getNSNumberFactoryMethod() local 809 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount); BuildObjCArrayLiteral() local 970 Selector Sel = NSAPIObj->getNSDictionarySelector( BuildObjCDictionaryLiteral() local 1229 LookupDirectMethodInMethodList(Sema & S,Selector Sel,ObjCMethodList & MethList,bool & onlyDirect,bool & anyDirect) LookupDirectMethodInMethodList() argument 1255 LookupDirectMethodInGlobalPool(Sema & S,Selector Sel,bool & onlyDirect,bool & anyDirect) LookupDirectMethodInGlobalPool() argument 1270 findMethodInCurrentClass(Sema & S,Selector Sel) findMethodInCurrentClass() argument 1291 ParseObjCSelectorExpression(Selector Sel,SourceLocation AtLoc,SourceLocation SelLoc,SourceLocation LParenLoc,SourceLocation RParenLoc,bool WarnMultipleSelectors) ParseObjCSelectorExpression() argument 1713 CheckMessageArgumentTypes(const Expr * Receiver,QualType ReceiverType,MultiExprArg Args,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage,SourceLocation lbrac,SourceLocation rbrac,SourceRange RecRange,QualType & ReturnType,ExprValueKind & VK) CheckMessageArgumentTypes() argument 1960 LookupMethodInQualifiedType(Selector Sel,const ObjCObjectPointerType * OPT,bool Instance) LookupMethodInQualifiedType() argument 2037 Selector Sel = PP.getSelectorTable().getNullarySelector(Member); HandleExprPropertyRefExpr() local 2384 ActOnSuperMessage(Scope * S,SourceLocation SuperLoc,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnSuperMessage() argument 2436 BuildClassMessageImplicit(QualType ReceiverType,bool isSuperReceiver,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildClassMessageImplicit() argument 2547 DiagnoseCStringFormatDirectiveInObjCAPI(Sema & S,ObjCMethodDecl * Method,Selector Sel,Expr ** Args,unsigned NumArgs) DiagnoseCStringFormatDirectiveInObjCAPI() argument 2612 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument 2763 ActOnClassMessage(Scope * S,ParsedType Receiver,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnClassMessage() argument 2785 BuildInstanceMessageImplicit(Expr * Receiver,QualType ReceiverType,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildInstanceMessageImplicit() argument 2843 BuildInstanceMessage(Expr * Receiver,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildInstanceMessage() argument 3404 Selector Sel = OSE->getSelector(); RemoveSelectorFromWarningCache() local 3417 ActOnInstanceMessage(Scope * S,Expr * Receiver,Selector Sel,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg Args) ActOnInstanceMessage() argument 4269 Selector Sel = Context.Selectors.getUnarySelector(CMId); checkObjCBridgeRelatedComponents() local 4283 Selector Sel = Context.Selectors.getNullarySelector(IMId); checkObjCBridgeRelatedComponents() local [all...] |
H A D | MultiplexExternalSemaSource.cpp | 62 Selector Sel; in GetExternalSelector() local 215 void MultiplexExternalSemaSource::ReadMethodPool(Selector Sel) { in ReadMethodPool() argument 220 void MultiplexExternalSemaSource::updateOutOfDateSelector(Selector Sel) { in updateOutOfDateSelector() argument
|
H A D | SemaDeclObjC.cpp | 3426 SemaRef.ExternalSource->ReadMethodPool(Sel); in updateOutOfDateSelector() argument 2954 Selector Sel = I->getSelector(); CheckCategoryVsClassMethodMatches() local 2964 Selector Sel = I->getSelector(); CheckCategoryVsClassMethodMatches() local 3421 ReadMethodPool(Selector Sel) ReadMethodPool() argument 3512 CollectMultipleMethodsInGlobalPool(Selector Sel,SmallVectorImpl<ObjCMethodDecl * > & Methods,bool InstanceFirst,bool CheckTheOther,const ObjCObjectType * TypeBound) CollectMultipleMethodsInGlobalPool() argument 3551 AreMultipleMethodsInGlobalPool(Selector Sel,ObjCMethodDecl * BestMethod,SourceRange R,bool receiverIdOrClass,SmallVectorImpl<ObjCMethodDecl * > & Methods) AreMultipleMethodsInGlobalPool() argument 3575 LookupMethodInGlobalPool(Selector Sel,SourceRange R,bool receiverIdOrClass,bool instance) LookupMethodInGlobalPool() argument 3596 DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl * > & Methods,Selector Sel,SourceRange R,bool receiverIdOrClass) DiagnoseMultipleMethodInGlobalPool() argument 3649 LookupImplementedMethodInGlobalPool(Selector Sel) LookupImplementedMethodInGlobalPool() argument 3694 HelperIsMethodInObjCType(Sema & S,Selector Sel,QualType ObjectType) HelperIsMethodInObjCType() argument 3705 SelectorsForTypoCorrection(Selector Sel,QualType ObjectType) SelectorsForTypoCorrection() argument 4675 auto Sel = Method->getSelector(); checkObjCDirectMethodClashes() local 4723 ActOnMethodDeclaration(Scope * S,SourceLocation MethodLoc,SourceLocation EndLoc,tok::TokenKind MethodType,ObjCDeclSpec & ReturnQT,ParsedType ReturnType,ArrayRef<SourceLocation> SelectorLocs,Selector Sel,ObjCArgInfo * ArgInfo,DeclaratorChunk::ParamInfo * CParamInfo,unsigned CNumArgs,const ParsedAttributesView & AttrList,tok::ObjCKeywordKind MethodDeclKind,bool isVariadic,bool MethodDefinition) ActOnMethodDeclaration() argument 5270 Selector Sel = SelectorAndLocation.first; DiagnoseUseOfUnimplementedSelectors() local [all...] |
H A D | SemaExprMember.cpp | 464 FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl * PDecl,IdentifierInfo * Member,const Selector & Sel,ASTContext & Context) FindGetterSetterNameDeclFromProtocolList() argument 483 FindGetterSetterNameDecl(const ObjCObjectPointerType * QIdTy,IdentifierInfo * Member,const Selector & Sel,ASTContext & Context) FindGetterSetterNameDecl() argument 1543 Selector Sel = S.PP.getSelectorTable().getNullarySelector(Member); LookupMemberExpr() local 1595 Selector Sel = S.PP.getSelectorTable().getNullarySelector(Member); LookupMemberExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 164 if (auto *Sel = dyn_cast<SelectInst>(I)) getCondition() local 185 if (auto *Sel = dyn_cast<SelectInst>(I)) getTrueValue() local 199 if (auto *Sel = dyn_cast<SelectInst>(I)) getFalseValue() local 219 if (auto *Sel = dyn_cast<SelectInst>(I)) getTrueOpCost() local 245 if (auto *Sel = dyn_cast<SelectInst>(I)) getFalseOpCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 55 static Instruction *foldSelectBinOpIdentity(SelectInst &Sel, in foldSelectBinOpIdentity() argument 121 foldSelectICmpAnd(SelectInst & Sel,ICmpInst * Cmp,InstCombiner::BuilderTy & Builder) foldSelectICmpAnd() argument 802 foldSetClearBits(SelectInst & Sel,InstCombiner::BuilderTy & Builder) foldSetClearBits() argument 1264 foldSelectValueEquivalence(SelectInst & Sel,ICmpInst & Cmp) foldSelectValueEquivalence() argument 1534 tryToReuseConstantFromSelectInComparison(SelectInst & Sel,ICmpInst & Cmp,InstCombinerImpl & IC) tryToReuseConstantFromSelectInComparison() argument 2069 foldSelectExtConst(SelectInst & Sel) foldSelectExtConst() argument 2153 canonicalizeScalarSelectOfVecs(SelectInst & Sel,InstCombinerImpl & IC) canonicalizeScalarSelectOfVecs() argument 2174 foldSelectCmpBitcasts(SelectInst & Sel,InstCombiner::BuilderTy & Builder) foldSelectCmpBitcasts() argument 2294 foldSelectFunnelShift(SelectInst & Sel,InstCombiner::BuilderTy & Builder) foldSelectFunnelShift() argument 2365 foldSelectToCopysign(SelectInst & Sel,InstCombiner::BuilderTy & Builder) foldSelectToCopysign() argument 2411 foldVectorSelect(SelectInst & Sel) foldVectorSelect() argument 2496 foldSelectToPhiImpl(SelectInst & Sel,BasicBlock * BB,const DominatorTree & DT,InstCombiner::BuilderTy & Builder) foldSelectToPhiImpl() argument 2557 foldSelectToPhi(SelectInst & Sel,const DominatorTree & DT,InstCombiner::BuilderTy & Builder) foldSelectToPhi() argument 2627 foldSelectWithFrozenICmp(SelectInst & Sel,InstCombiner::BuilderTy & Builder) foldSelectWithFrozenICmp() argument [all...] |
H A D | InstCombineNegator.cpp | 214 auto *Sel = cast<SelectInst>(I); in visitImpl() local
|
H A D | InstCombineCasts.cpp | 175 if (auto *Sel = dyn_cast<SelectInst>(Src)) { in commonCastTransforms() local 720 if (SelectInst *Sel = dyn_cast<SelectInst>(Src)) visitTrunc() local 1789 Value *Sel = Builder.CreateSelect(Cond, X, NarrowY, "narrow.sel", Op); visitFPTrunc() local 1796 Value *Sel = Builder.CreateSelect(Cond, NarrowY, X, "narrow.sel", Op); visitFPTrunc() local 2375 auto *Sel = cast<Instruction>(BitCast.getOperand(0)); foldBitCastSelect() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTDeserializationListener.h | 49 virtual void SelectorRead(serialization::SelectorID iD, Selector Sel) {} in SelectorRead() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMaskingPreRA.cpp | 92 const MachineInstr &Sel, const MachineInstr &And) { in isDefBetween() argument 165 auto *Sel = TRI->findReachingDef(SelReg, Op1->getSubReg(), *Cmp, *MRI, LIS); in optimizeVcndVcmpPair() local [all...] |
H A D | R600EmitClauseMarkers.cpp | 130 unsigned Chan = Sel & 3, Index = ((Sel >> 2) - 512) & 31; in SubstituteKCacheBank() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 281 ComputeHash(Selector Sel) ComputeHash() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 282 clang::Selector Sel; GetExternalSelector() local 438 ReadMethodPool(clang::Selector Sel) ReadMethodPool() argument 443 updateOutOfDateSelector(clang::Selector Sel) updateOutOfDateSelector() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 309 Selector Sel = getSelector(); in getNumSelectorLocs() local 1347 getCategoryMethod(Selector Sel,bool isInstance) getCategoryMethod() argument 1842 lookupInstanceMethod(Selector Sel) lookupInstanceMethod() argument 1847 lookupClassMethod(Selector Sel) lookupClassMethod() argument 1857 lookupPrivateClassMethod(const Selector & Sel) lookupPrivateClassMethod() argument 1864 lookupPropertyAccessor(const Selector Sel,const ObjCCategoryDecl * Cat,bool IsClassProperty) lookupPropertyAccessor() argument 2223 lookupInstanceMethod(Selector Sel) lookupInstanceMethod() argument 2227 lookupClassMethod(Selector Sel) lookupClassMethod() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600InstPrinter.cpp | 178 switch (Sel) { in printRSel() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 1630 GetSelector(CodeGenFunction & CGF,Selector Sel) GetSelector() argument 1632 GetAddrOfSelector(CodeGenFunction & CGF,Selector Sel) GetAddrOfSelector() argument 1888 GetSelector(CodeGenFunction & CGF,Selector Sel) GetSelector() argument 1891 GetAddrOfSelector(CodeGenFunction & CGF,Selector Sel) GetAddrOfSelector() argument 2050 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument 2113 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument 2127 EmitMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Arg0,QualType Arg0Ty,bool IsSuper,const CallArgList & CallArgs,const ObjCMethodDecl * Method,const ObjCInterfaceDecl * ClassReceiver,const ObjCCommonTypesHelper & ObjCTypes) EmitMessageSend() argument 5236 EmitSelector(CodeGenFunction & CGF,Selector Sel) EmitSelector() argument 5240 EmitSelectorAddr(Selector Sel) EmitSelectorAddr() argument 5599 GetMethodVarName(Selector Sel) GetMethodVarName() argument 6219 isVTableDispatchedSelector(Selector Sel) isVTableDispatchedSelector() argument 7339 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument 7539 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument 7582 EmitSelector(CodeGenFunction & CGF,Selector Sel) EmitSelector() argument 7591 EmitSelectorAddr(Selector Sel) EmitSelectorAddr() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 116 Selector Sel = ME->getSelector(); in VisitObjCMessageExpr() local
|