Searched refs:Selector (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h56 Selector getNSStringSelector(NSStringMethodKind MK) const;
89 Selector getNSArraySelector(NSArrayMethodKind MK) const;
92 Optional<NSArrayMethodKind> getNSArrayMethodKind(Selector Sel);
114 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
117 Optional<NSDictionaryMethodKind> getNSDictionaryMethodKind(Selector Sel);
131 Selector getNSSetSelector(NSSetMethodKind MK) const;
134 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
137 Selector getObjectForKeyedSubscriptSelector() const {
143 Selector getObjectAtIndexedSubscriptSelector() const {
149 Selector getSetObjectForKeyedSubscriptSelecto
[all...]
H A DSelectorLocationsKind.h20 class Selector;
45 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
57 Selector Sel,
63 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
75 Selector Sel,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
H A DObjCNoReturn.h26 Selector RaiseSel;
34 Selector NSExceptionInstanceRaiseSelectors[NUM_RAISE_SELECTORS];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h120 static bool isFilterEHSelector(int Selector) { return Selector < 0; } argument
121 static bool isCleanupEHSelector(int Selector) { return Selector == 0; } argument
122 static bool isCatchEHSelector(int Selector) { return Selector > 0; } argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h11 /// clang::Selector interfaces.
684 class Selector { class in namespace:clang
704 Selector(IdentifierInfo *II, unsigned nArgs) { function in class:clang::Selector
711 Selector(MultiKeywordSelector *SI) {
731 static ObjCMethodFamily getMethodFamilyImpl(Selector sel);
733 static ObjCStringFormatFamily getStringFormatFamilyImpl(Selector sel);
738 Selector() = default;
739 explicit Selector(uintptr_t V) : InfoPtr(V) {}
742 bool operator==(Selector RHS) const {
745 bool operator!=(Selector RH
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h17 static inline Selector getKeywordSelector(ASTContext &Ctx,
27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx,
H A DRetainSummaryManager.h209 Selector S;
211 ObjCSummaryKey(IdentifierInfo* ii, Selector s)
214 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s)
217 ObjCSummaryKey(Selector s)
221 Selector getSelector() const { return S; }
250 DenseMapInfo<Selector>::getEmptyKey());
255 DenseMapInfo<Selector>::getTombstoneKey());
259 typedef std::pair<IdentifierInfo*, Selector> PairTy;
395 const RetainSummary * find(const ObjCInterfaceDecl *D, Selector S) {
427 const RetainSummary *find(IdentifierInfo* II, Selector
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp20 Selector Sel,
69 SelectorLocationsKind hasStandardSelLocs(Selector Sel,
96 clang::hasStandardSelectorLocs(Selector Sel,
104 Selector Sel,
113 clang::hasStandardSelectorLocs(Selector Sel,
121 Selector Sel,
H A DNSAPI.cpp42 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const {
44 Selector Sel;
78 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const {
80 Selector Sel;
145 Optional<NSAPI::NSArrayMethodKind> NSAPI::getNSArrayMethodKind(Selector Sel) {
155 Selector NSAPI::getNSDictionarySelector(
158 Selector Sel;
247 NSAPI::getNSDictionaryMethodKind(Selector Sel) {
257 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const {
259 Selector Se
[all...]
H A DExternalASTSource.cpp75 Selector ExternalASTSource::GetExternalSelector(uint32_t ID) {
76 return Selector();
H A DExprObjC.cpp109 QualType SuperType, Selector Sel,
128 TypeSourceInfo *Receiver, Selector Sel,
145 Selector Sel, ArrayRef<SourceLocation> SelLocs,
177 bool IsInstanceSuper, QualType SuperType, Selector Sel,
197 Selector Sel, ArrayRef<SourceLocation> SelLocs,
215 SourceLocation LBracLoc, Expr *Receiver, Selector Sel,
243 Selector Sel,
306 Selector ObjCMessageExpr::getSelector() const {
310 return Selector(SelectorOrMethod);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h54 /// Return the trait set for which \p Selector is a selector.
55 TraitSet getOpenMPContextTraitSetForSelector(TraitSelector Selector);
77 /// Return the trait property for a singleton selector \p Selector.
78 TraitProperty getOpenMPContextTraitPropertyForSelector(TraitSelector Selector);
93 /// Return a string listing all trait properties for \p Set and \p Selector.
95 TraitSelector Selector);
98 /// Return true if \p Selector can be nested in \p Set. Also sets
100 /// specify a score for properties in \p Selector and if the \p Selector
102 bool isValidTraitSelectorForTraitSet(TraitSelector Selector, TraitSe
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp43 explicit FindSuperCallVisitor(Selector S) : DoesCallSuper(false), Sel(S) {}
57 Selector Sel;
77 mutable llvm::StringMap<llvm::SmallSet<Selector, 16> > SelectorsForClass;
103 llvm::SmallSet<Selector, 16> &ClassSelectors = SelectorsForClass[ClassName];
113 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
182 Selector S = MD->getSelector();
H A DNoReturnFunctionChecker.cpp31 mutable Selector HandleFailureInFunctionSel;
32 mutable Selector HandleFailureInMethodSel;
118 Selector Sel = Msg.getSelector();
H A DBasicObjCFoundationChecks.cpp101 mutable llvm::SmallDenseMap<Selector, unsigned, 16> StringSelectors;
102 mutable Selector ArrayWithObjectSel;
103 mutable Selector AddObjectSel;
104 mutable Selector InsertObjectAtIndexSel;
105 mutable Selector ReplaceObjectAtIndexWithObjectSel;
106 mutable Selector SetObjectAtIndexedSubscriptSel;
107 mutable Selector ArrayByAddingObjectSel;
108 mutable Selector DictionaryWithObjectForKeySel;
109 mutable Selector SetObjectForKeySel;
110 mutable Selector SetObjectForKeyedSubscriptSe
[all...]
H A DCheckObjCInstMethSignature.cpp91 typedef llvm::DenseMap<Selector,ObjCMethodDecl*> MapTy;
104 Selector S = M->getSelector();
H A DNSAutoreleasePoolChecker.cpp35 mutable Selector releaseS;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp33 Selector getReturnValueSel, setReturnValueSel;
34 Selector getArgumentSel, setArgumentSel;
36 Selector zoneSel;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp363 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) {
372 /// this class is provided strictly through Selector.
424 bool Selector::isKeywordSelector(ArrayRef<StringRef> Names) const {
435 bool Selector::isUnarySelector(StringRef Name) const {
439 unsigned Selector::getNumArgs() const {
450 IdentifierInfo *Selector::getIdentifierInfoForSlot(unsigned argIndex) const {
461 StringRef Selector::getNameForSlot(unsigned int argIndex) const {
478 std::string Selector::getAsString() const {
501 void Selector
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h71 virtual void ReadMethodPool(Selector Sel);
75 virtual void updateOutOfDateSelector(Selector Sel);
156 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {}
H A DMultiplexExternalSemaSource.h76 Selector GetExternalSelector(uint32_t ID) override;
211 void ReadMethodPool(Selector Sel) override;
215 void updateOutOfDateSelector(Selector Sel) override;
295 void ReadReferencedSelectors(SmallVectorImpl<std::pair<Selector,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp372 llvm::omp::getOpenMPContextTraitSetForSelector(TraitSelector Selector) { argument
373 switch (Selector) {
437 llvm::omp::getOpenMPContextTraitPropertyForSelector(TraitSelector Selector) { argument
439 getOpenMPContextTraitSelectorName(Selector))
441 .Case(Str, Selector == TraitSelector::TraitSelectorEnum \
466 bool llvm::omp::isValidTraitSelectorForTraitSet(TraitSelector Selector, argument
471 switch (Selector) {
482 TraitProperty Property, TraitSelector Selector, TraitSet Set) {
487 Selector == TraitSelector::TraitSelectorEnum;
515 TraitSelector Selector) {
481 isValidTraitPropertyForTraitSetAndSelector( TraitProperty Property, TraitSelector Selector, TraitSet Set) argument
514 listOpenMPContextTraitProperties(TraitSet Set, TraitSelector Selector) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h50 /// Selects the (empty) range [B,B) when \p Selector selects the range [B,E).
51 RangeSelector before(RangeSelector Selector);
53 /// Selects the the point immediately following \p Selector. That is, the
54 /// (empty) range [E,E), when \p Selector selects either
57 RangeSelector after(RangeSelector Selector);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h22 #include "clang/Basic/IdentifierTable.h" // Selector
50 class Selector;
124 virtual llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) = 0;
131 virtual Address GetAddrOfSelector(CodeGenFunction &CGF, Selector Sel) = 0;
166 Selector Sel,
180 Selector Sel,
197 Selector Sel,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp105 RangeSelector transformer::before(RangeSelector Selector) { argument
106 return [Selector](const MatchResult &Result) -> Expected<CharSourceRange> {
107 Expected<CharSourceRange> SelectedRange = Selector(Result);
114 RangeSelector transformer::after(RangeSelector Selector) {
115 return [Selector](const MatchResult &Result) -> Expected<CharSourceRange> {
116 Expected<CharSourceRange> SelectedRange = Selector(Result);

Completed in 133 milliseconds

12345