Searched refs:getExplicitProperty (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp62 return PropE->getExplicitProperty();
H A DSemaPseudoObject.cpp63 refExpr->getExplicitProperty(), refExpr->getType(),
592 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty();
629 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
658 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
699 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) {
841 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(),
848 QualType propType = RefExpr->getExplicitProperty()
H A DSemaExprObjC.cpp3551 method = e->getExplicitProperty()->getGetterMethodDecl();
4043 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty())
H A DSemaType.cpp8428 return PR->getExplicitProperty()->getType();
H A DTreeTransform.h12934 E->getExplicitProperty(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp205 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h707 ObjCPropertyDecl *getExplicitProperty() const { function in class:clang::ObjCPropertyRefExpr
725 return getExplicitProperty()->getGetterName();
731 return getExplicitProperty()->getSetterName();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp295 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp619 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1027 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty()
H A DStmtProfile.cpp2037 VisitDecl(S->getExplicitProperty());
H A DStmtPrinter.cpp1035 OS << Node->getExplicitProperty()->getName();
H A DJSONNodeDumper.cpp1109 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1092 return RefExpr->getExplicitProperty();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1264 Record.AddDeclRef(E->getExplicitProperty());

Completed in 768 milliseconds