HomeSort by relevance Sort by last modified time
    Searched refs:getExplicitProperty (Results 1 - 15 of 15) sorted by null

  /external/clang/tools/libclang/
IndexBody.cpp 84 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 208 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) {
  /external/clang/lib/Sema/
ScopeInfo.cpp 39 return PropE->getExplicitProperty();
SemaPseudoObject.cpp 121 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
488 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty();
527 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
556 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty();
728 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(),
735 QualType propType = RefExpr->getExplicitProperty()->getType();
    [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 84 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
IvarInvalidationChecker.cpp 612 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
  /external/clang/include/clang/AST/
ExprObjC.h 605 ObjCPropertyDecl *getExplicitProperty() const {
623 return getExplicitProperty()->getGetterName();
629 return getExplicitProperty()->getSetterName();
670 const ObjCPropertyDecl *PDecl = getExplicitProperty();
690 if (ObjCPropertyDecl *PDecl = getExplicitProperty())
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 635 OS << Node->getExplicitProperty()->getName();
    [all...]
StmtProfile.cpp 1037 VisitDecl(S->getExplicitProperty());
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 873 Writer.AddDeclRef(E->getExplicitProperty(), Record);
    [all...]

Completed in 70 milliseconds