Home
last modified time | relevance | path

Searched refs:getImplicitPropertyGetter (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp247 if (const ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) { in VisitObjCMessageExpr()
298 } else if (const ObjCMethodDecl *Getter = E->getImplicitPropertyGetter()) { in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp65 return PropE->getImplicitPropertyGetter(); in getBestPropertyDecl()
H A DSemaPseudoObject.cpp68 refExpr->getImplicitPropertyGetter(), in rebuildObjCPropertyRefExpr()
603 if ((Getter = RefExpr->getImplicitPropertyGetter())) { in findGetter()
639 RefExpr->getImplicitPropertyGetter()->getSelector() in findSetter()
823 if (RefExpr->isImplicitProperty() && !RefExpr->getImplicitPropertyGetter()) { in buildRValueOperation()
H A DSemaExprObjC.cpp3705 method = e->getImplicitPropertyGetter(); in VisitObjCPropertyRefExpr()
4195 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast()
H A DTreeTransform.h14254 E->getImplicitPropertyGetter(), in TransformObjCPropertyRefExpr()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp102 return PR->getImplicitPropertyGetter()->getReturnType(); in computeVariableType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h708 ObjCMethodDecl *getImplicitPropertyGetter() const { in getImplicitPropertyGetter() function
720 return getImplicitPropertyGetter()->getSelector(); in getGetterSelector()
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1348 if (Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1349 Node->getImplicitPropertyGetter()->getSelector().print(OS); in VisitObjCPropertyRefExpr()
H A DJSONNodeDumper.cpp1165 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
H A DStmtProfile.cpp2259 VisitDecl(S->getImplicitPropertyGetter()); in VisitObjCPropertyRefExpr()
H A DStmtPrinter.cpp1218 if (const auto *Getter = Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp452 PropertyMethodDecl = E->getImplicitPropertyGetter(); in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp714 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertyGetter(), in VisitObjCPropertyRefExpr()
H A DFindTarget.cpp327 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1368 Record.AddDeclRef(E->getImplicitPropertyGetter()); in VisitObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4686 return PRE->getImplicitPropertyGetter(); in getDeclFromExpr()