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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp32 template <typename Getter>
34 Getter get) const;
37 template <typename Getter>
39 Getter get, SVal Default) const;
89 template <typename Getter>
92 Getter get) const {
132 template <typename Getter>
135 Getter get,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h367 template <typename T> struct TypeMatcher##MatcherName##Getter { \
374 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \
381 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \
394 template <typename T> struct TypeMatcher##MatcherName##Getter { \
400 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \
407 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \
415 TypeLocMatcher##MatcherName##Getter, \
423 ::clang::ast_matchers::internal::TypeLocMatcher##MatcherName##Getter, \
432 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \
438 ::clang::ast_matchers::internal::TypeLocMatcher##MatcherName##Getter, \
[all...]
H A DASTMatchersInternal.h1729 /// \c OuterT is any type that is supported by \c Getter.
1731 /// \code Getter<OuterT>::value() \endcode returns a
1735 template <typename OuterT> class Getter,
1740 using Self = TypeTraversePolymorphicMatcher<InnerTBase, Getter, MatcherImpl,
1754 new MatcherImpl<OuterT>(InnerMatcher, Getter<OuterT>::value()));
1787 template <typename InnerTBase, template <typename OuterT> class Getter,
1789 TypeTraversePolymorphicMatcher<InnerTBase, Getter, MatcherImpl, ReturnTypesF>
1791 InnerTBase, Getter, MatcherImpl,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp275 ObjCMethodDecl *Getter; member in class:__anon664::ObjCPropertyOpBuilder
285 InstanceReceiver(nullptr), Getter(nullptr), Setter(nullptr) {
597 } else if (Getter) {
598 T = Getter->getReturnType();
607 if (Getter) return true;
611 if ((Getter = RefExpr->getImplicitPropertyGetter())) {
612 GetterSelector = Getter->getSelector();
630 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr);
631 return (Getter != nullptr);
730 if (!Getter) {
1136 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, local
[all...]
H A DSemaExprObjC.cpp1912 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); local
1915 if (!Getter)
1916 Getter = LookupMethodInQualifiedType(Sel, OPT, true);
1919 if (!Getter)
1920 Getter = IFace->lookupPrivateMethod(Sel);
1922 if (Getter) {
1924 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1964 if (Getter || Setter) {
1967 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1971 ObjCPropertyRefExpr(Getter, Sette
2093 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); local
[all...]
H A DSemaExprMember.cpp1565 ObjCMethodDecl *Getter;
1566 if ((Getter = IFace->lookupClassMethod(Sel))) {
1568 if (S.DiagnoseUseOfDecl(Getter, MemberLoc))
1571 Getter = IFace->lookupPrivateMethod(Sel, false);
1588 if (Getter || Setter) {
1590 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue,
H A DSemaDeclObjC.cpp3924 if (auto *Getter = PropImpl->getGetterMethodDecl())
3925 if (Getter->isSynthesizedAccessorStub()) {
3926 OID->makeDeclVisibleInContext(Getter);
3927 OID->addDecl(Getter);
4726 if (auto *Getter = PropertyImpl->getGetterMethodDecl())
4727 if (Getter->getSelector() == Sel &&
4728 Getter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) {
4729 assert(Getter->isSynthesizedAccessorStub() && "autosynth stub expected");
H A DSemaCodeComplete.cpp6131 CodeCompletionBuilder Getter(Results.getAllocator(),
6133 Getter.AddTypedTextChunk("getter");
6134 Getter.AddTextChunk("=");
6135 Getter.AddPlaceholderChunk("method");
6136 Results.AddResult(CodeCompletionResult(Getter.TakeString()));
H A DTreeTransform.h3279 ObjCMethodDecl *Getter,
3285 new (getSema().Context) ObjCPropertyRefExpr(Getter, Setter, T,
3278 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp243 if (const ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) {
247 if (Getter->isClassMethod() &&
248 Getter->getCanonicalDecl()->findPropertyDecl())
297 } else if (const ObjCMethodDecl *Getter = E->getImplicitPropertyGetter()) {
301 if (Getter->isClassMethod()) {
302 if (const auto *PD = Getter->getCanonicalDecl()->findPropertyDecl()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp57 for (const auto &Getter : AllowedTypes)
58 Types.push_back(Getter(M.getContext()));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h670 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
676 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
681 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
686 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
691 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
696 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
818 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
820 PropertyOrGetter.setPointer(Getter);
H A DDeclCXX.h3945 IdentifierInfo *Getter, IdentifierInfo *Setter)
3947 GetterId(Getter), SetterId(Setter) {}
3956 IdentifierInfo *Getter, IdentifierInfo *Setter);
3943 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp463 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, argument
480 std::string PropertyNameString = Getter->getNameAsString();
501 QualType QT = Getter->getReturnType();
505 QualType ResType = Context.getCanonicalType(Getter->getReturnType());
516 QualType RT = Getter->getReturnType();
554 SourceLocation StartGetterSelectorLoc = Getter->getSelectorStartLoc();
555 Selector GetterSelector = Getter->getSelector();
559 commit.replace(CharSourceRange::getCharRange(Getter->getBeginLoc(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h1120 for (auto &Getter : ResultGetters)
1121 (*Getter)(F, AM, R);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1029 if (const auto *Getter = Node->getImplicitPropertyGetter())
1030 Getter->getSelector().print(OS);
H A DDeclCXX.cpp3142 IdentifierInfo *Getter,
3144 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter);
H A DTextNodeDumper.cpp1014 OS << " Kind=MethodRef Getter=\"";
1036 OS << "Getter&Setter";
1038 OS << "Getter";
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2342 /// \return true if Getter has the default name for the property PD.
2344 const ObjCMethodDecl *Getter) {
2346 if (!Getter)
2349 assert(Getter->getDeclName().isObjCZeroArgSelector());
2351 Getter->getDeclName().getObjCSelector().getNameForSlot(0);
2526 ObjCMethodDecl *Getter = PD->getGetterMethodDecl();
2530 hasDefaultGetterName(PD, Getter) ? ""
2615 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); local
2619 hasDefaultGetterName(PD, Getter)
2343 hasDefaultGetterName(const ObjCPropertyDecl *PD, const ObjCMethodDecl *Getter) argument
H A DCodeGenModule.cpp5167 auto *Getter = PID->getGetterMethodDecl(); local
5168 if (!Getter || Getter->isSynthesizedAccessorStub())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5364 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
5365 if (!Getter->isDefined())
5366 InstanceMethods.push_back(Getter);
5642 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
5643 InstanceMethods.push_back(Getter);
H A DRewriteModernObjC.cpp7038 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
7040 InstanceMethods.push_back(Getter);
7288 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
7289 InstanceMethods.push_back(Getter);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1446 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size);
1449 if (Getter) {
1450 ShadowOriginPtrs = IRB.CreateCall(Getter, AddrCast);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1371 auto *Getter = readDeclAs<ObjCMethodDecl>(); local
1373 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4456 ObjCMethodDecl *Getter,

Completed in 748 milliseconds