reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprObjC.h
  725     return getExplicitProperty()->getGetterName();
  731     return getExplicitProperty()->getSetterName();
tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  205     if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) {
tools/clang/lib/AST/JSONNodeDumper.cpp
 1103     JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty()));
tools/clang/lib/AST/StmtPrinter.cpp
 1023     OS << Node->getExplicitProperty()->getName();
tools/clang/lib/AST/StmtProfile.cpp
 1978     VisitDecl(S->getExplicitProperty());
tools/clang/lib/AST/TextNodeDumper.cpp
 1024     OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty()
tools/clang/lib/Index/IndexBody.cpp
  295       return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
tools/clang/lib/Sema/ScopeInfo.cpp
   62     return PropE->getExplicitProperty();
tools/clang/lib/Sema/SemaChecking.cpp
13515       ObjCPropertyDecl *property = pre->getExplicitProperty();
13951     const ObjCPropertyDecl *PD = PRE->getExplicitProperty();
13976     const ObjCPropertyDecl *PD = PRE->getExplicitProperty();
tools/clang/lib/Sema/SemaExprObjC.cpp
 3498         method = e->getExplicitProperty()->getGetterMethodDecl();
 3990       if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty())
tools/clang/lib/Sema/SemaPseudoObject.cpp
   63             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()
tools/clang/lib/Sema/SemaType.cpp
 8338       return PR->getExplicitProperty()->getType();
tools/clang/lib/Sema/TreeTransform.h
12631                                                    E->getExplicitProperty(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1166     Record.AddDeclRef(E->getExplicitProperty());
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  619     const ObjCPropertyDecl *PD = PA->getExplicitProperty();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1091       return RefExpr->getExplicitProperty();
tools/clang/tools/extra/clangd/FindTarget.cpp
  217           Outer.add(OPRE->getExplicitProperty(), Flags);
tools/clang/tools/libclang/CIndex.cpp
 4344       return PRE->getExplicitProperty();